Home
last modified time | relevance | path

Searched defs:bits_to_set (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_buf_item.c802 uint bits_to_set; in xfs_buf_item_log_segment() local
/Linux-v4.19/lib/
Dgenalloc.c89 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set_ll() local
Dbitmap.c258 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local
/Linux-v4.19/fs/btrfs/
Dfree-space-tree.c163 int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); in le_bitmap_set() local
Dextent_io.c800 unsigned bits_to_set = *bits & ~EXTENT_CTLBITS; in set_state_bits() local
5669 int bits_to_set = BITS_PER_BYTE - (pos % BITS_PER_BYTE); in extent_buffer_bitmap_set() local
/Linux-v4.19/drivers/hid/
Dhid-core.c1152 int bits_to_set = 8 - bit_shift; in __implement() local
/Linux-v4.19/drivers/video/fbdev/
Dsmscufx.c198 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()