Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 31) sorted by relevance

12

/linux-4.19.296/drivers/media/rc/
Digorplugusb.c60 unsigned i, start, overflow; in igorplugusb_irdata() local
70 overflow = ir->buf_in[2]; in igorplugusb_irdata()
71 i = start = overflow + HEADERLEN; in igorplugusb_irdata()
74 dev_err(ir->dev, "receive overflow invalid: %u", overflow); in igorplugusb_irdata()
76 if (overflow > 0) { in igorplugusb_irdata()
78 overflow); in igorplugusb_irdata()
/linux-4.19.296/fs/befs/
Dbtree.c216 node->head.overflow = fs64_to_cpu(sb, node->od_node->overflow); in befs_bt_read_node()
283 node_off = this_node->head.overflow; in befs_btree_find()
568 this_node->head.overflow); in befs_btree_seekleaf()
569 *node_off = this_node->head.overflow; in befs_btree_seekleaf()
602 if (node->head.overflow == BEFS_BT_INVAL) in befs_leafnode()
Dbefs_fs_types.h243 fs64 overflow; member
251 befs_off_t overflow; member
Ddebug.c255 befs_debug(sb, " overflow %016LX", fs64_to_cpu(sb, node->overflow)); in befs_dump_index_node()
DChangeLog109 * Improved handleing of overflow nodes when listing directories.
110 Now works for overflow nodes hanging off of nodes other than the root
/linux-4.19.296/virt/kvm/arm/
Dpmu.c209 bool overflow; in kvm_pmu_update_state() local
214 overflow = !!kvm_pmu_overflow_status(vcpu); in kvm_pmu_update_state()
215 if (pmu->irq_level == overflow) in kvm_pmu_update_state()
218 pmu->irq_level = overflow; in kvm_pmu_update_state()
222 pmu->irq_num, overflow, pmu); in kvm_pmu_update_state()
/linux-4.19.296/fs/
Dseq_file.c688 goto overflow; in seq_put_decimal_ull_width()
701 goto overflow; in seq_put_decimal_ull_width()
705 goto overflow; in seq_put_decimal_ull_width()
710 overflow: in seq_put_decimal_ull_width()
772 goto overflow; in seq_put_decimal_ll()
782 goto overflow; in seq_put_decimal_ll()
796 goto overflow; in seq_put_decimal_ll()
801 overflow: in seq_put_decimal_ll()
/linux-4.19.296/fs/udf/
Dballoc.c142 unsigned long overflow; in udf_bitmap_free_blocks() local
159 overflow = 0; in udf_bitmap_free_blocks()
167 overflow = bit + count - (sb->s_blocksize << 3); in udf_bitmap_free_blocks()
168 count -= overflow; in udf_bitmap_free_blocks()
184 if (overflow) { in udf_bitmap_free_blocks()
186 count = overflow; in udf_bitmap_free_blocks()
188 } while (overflow); in udf_bitmap_free_blocks()
/linux-4.19.296/include/drm/
Ddrm_debugfs_crc.h56 bool opened, overflow; member
/linux-4.19.296/fs/ufs/
Dballoc.c141 unsigned overflow, cgno, bit, end_bit, i; in ufs_free_blocks() local
160 overflow = 0; in ufs_free_blocks()
169 overflow = bit + count - uspi->s_fpg; in ufs_free_blocks()
170 count -= overflow; in ufs_free_blocks()
171 end_bit -= overflow; in ufs_free_blocks()
211 if (overflow) { in ufs_free_blocks()
213 count = overflow; in ufs_free_blocks()
/linux-4.19.296/fs/afs/
Dxdr_fs.h62 u8 overflow[4]; /* if any char of the name (inc member
/linux-4.19.296/fs/ext2/
Dballoc.c484 unsigned long overflow; in ext2_free_blocks() local
503 overflow = 0; in ext2_free_blocks()
513 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
514 count -= overflow; in ext2_free_blocks()
555 if (overflow) { in ext2_free_blocks()
557 count = overflow; in ext2_free_blocks()
/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c423 int overflow = 0; /* number of elements with bit length too large */ in gen_bitlen() local
435 if (bits > max_length) bits = max_length, overflow++; in gen_bitlen()
448 if (overflow == 0) return; in gen_bitlen()
463 overflow -= 2; in gen_bitlen()
464 } while (overflow > 0); in gen_bitlen()
/linux-4.19.296/fs/ext4/
Dmballoc.c4770 unsigned int overflow; in ext4_free_blocks() local
4813 overflow = EXT4_PBLK_COFF(sbi, block); in ext4_free_blocks()
4814 if (overflow) { in ext4_free_blocks()
4816 overflow = sbi->s_cluster_ratio - overflow; in ext4_free_blocks()
4817 block += overflow; in ext4_free_blocks()
4818 if (count > overflow) in ext4_free_blocks()
4819 count -= overflow; in ext4_free_blocks()
4823 block -= overflow; in ext4_free_blocks()
4824 count += overflow; in ext4_free_blocks()
4827 overflow = EXT4_LBLK_COFF(sbi, count); in ext4_free_blocks()
[all …]
/linux-4.19.296/drivers/fsi/
Dfsi-sbefifo.c533 bool overflow = false; in sbefifo_read_response() local
591 return overflow ? -EOVERFLOW : 0; in sbefifo_read_response()
601 overflow = true; in sbefifo_read_response()
/linux-4.19.296/drivers/media/spi/
Dcxd2880-spi.c28 u8 overflow:1; member
173 info->overflow = (recv_data[0] & 0x10) ? 1 : 0; in cxd2880_spi_read_ts_buffer_info()
/linux-4.19.296/drivers/s390/cio/
Dchp.c566 int overflow) in chp_process_crw() argument
570 if (overflow) { in chp_process_crw()
Dcss.c766 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in css_process_crw() argument
771 if (overflow) { in css_process_crw()
Dchsc.c691 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in chsc_process_crw() argument
695 if (overflow) { in chsc_process_crw()
/linux-4.19.296/drivers/iio/light/
Dtsl2772.c383 bool overflow; in tsl2772_get_lux() local
429 overflow = false; in tsl2772_get_lux()
447 overflow = true; in tsl2772_get_lux()
454 if (overflow && max_lux == 0) in tsl2772_get_lux()
/linux-4.19.296/include/media/
Ddvb_frontend.h503 int overflow; member
/linux-4.19.296/fs/gfs2/
Dquota.c773 unsigned pg_off, nbytes, overflow = 0; in gfs2_write_disk_quota() local
785 overflow = (pg_off + nbytes) - PAGE_SIZE; in gfs2_write_disk_quota()
790 nbytes - overflow); in gfs2_write_disk_quota()
794 ptr + nbytes - overflow, in gfs2_write_disk_quota()
795 overflow); in gfs2_write_disk_quota()
/linux-4.19.296/fs/jfs/
Djfs_dtree.c3034 int overflow, fix_page, page_fixed = 0; in jfs_readdir() local
3193 overflow = fix_page = 0; in jfs_readdir()
3204 overflow = 1; in jfs_readdir()
3233 overflow = 1; in jfs_readdir()
3285 if (!overflow) { in jfs_readdir()
3319 if (!overflow && (bn == 0)) { in jfs_readdir()
/linux-4.19.296/drivers/edac/
Dskx_edac.c950 bool overflow = GET_BITFIELD(m->status, 62, 62); in skx_mce_output_error() local
1012 overflow ? " OVERFLOW" : "", in skx_mce_output_error()
Dsb_edac.c2872 bool overflow = GET_BITFIELD(m->status, 62, 62); in sbridge_mce_output_error() local
2939 overflow ? " OVERFLOW" : "", in sbridge_mce_output_error()
2958 overflow ? " OVERFLOW" : "", in sbridge_mce_output_error()
3004 overflow ? " OVERFLOW" : "", in sbridge_mce_output_error()

12