/linux-4.19.296/drivers/media/rc/ |
D | igorplugusb.c | 60 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/ |
D | btree.c | 216 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()
|
D | befs_fs_types.h | 243 fs64 overflow; member 251 befs_off_t overflow; member
|
D | debug.c | 255 befs_debug(sb, " overflow %016LX", fs64_to_cpu(sb, node->overflow)); in befs_dump_index_node()
|
D | ChangeLog | 109 * 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/ |
D | pmu.c | 209 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/ |
D | seq_file.c | 688 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/ |
D | balloc.c | 142 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/ |
D | drm_debugfs_crc.h | 56 bool opened, overflow; member
|
/linux-4.19.296/fs/ufs/ |
D | balloc.c | 141 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/ |
D | xdr_fs.h | 62 u8 overflow[4]; /* if any char of the name (inc member
|
/linux-4.19.296/fs/ext2/ |
D | balloc.c | 484 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/ |
D | deftree.c | 423 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/ |
D | mballoc.c | 4770 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/ |
D | fsi-sbefifo.c | 533 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/ |
D | cxd2880-spi.c | 28 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/ |
D | chp.c | 566 int overflow) in chp_process_crw() argument 570 if (overflow) { in chp_process_crw()
|
D | css.c | 766 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()
|
D | chsc.c | 691 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/ |
D | tsl2772.c | 383 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/ |
D | dvb_frontend.h | 503 int overflow; member
|
/linux-4.19.296/fs/gfs2/ |
D | quota.c | 773 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/ |
D | jfs_dtree.c | 3034 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/ |
D | skx_edac.c | 950 bool overflow = GET_BITFIELD(m->status, 62, 62); in skx_mce_output_error() local 1012 overflow ? " OVERFLOW" : "", in skx_mce_output_error()
|
D | sb_edac.c | 2872 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()
|