/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | find.c | 34 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() argument 39 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit() argument
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | adi_64.h | 16 __u64 nbits; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | adi_64.h | 16 __u64 nbits; member
|
/kernel/linux/linux-5.10/tools/lib/ |
H A D | find_bit.c | 31 _find_next_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start, unsigned long invert) _find_next_bit() argument
|
H A D | bitmap.c | 31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf() argument
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() argument
|
H A D | mem2node.c | 24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | find_bit_benchmark.c | 116 unsigned long nbits = BITMAP_LEN / SPARSE; in find_bit_test() local
|
H A D | find_bit.c | 31 _find_next_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start, unsigned long invert, unsigned long le) _find_next_bit() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | bitfunc.c | 33 bool are_bits_clear(const void *lmap, size_t bit, size_t nbits) in are_bits_clear() argument 81 are_bits_set(const void *lmap, size_t bit, size_t nbits) are_bits_set() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | mem2node.c | 24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() argument
|
H A D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | find_bit_benchmark.c | 151 unsigned long nbits = BITMAP_LEN / SPARSE; in find_bit_test() local
|
/kernel/linux/linux-6.6/tools/lib/ |
H A D | find_bit.c | 103 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() argument 118 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit() argument 110 _find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start) _find_next_and_bit() argument
|
H A D | bitmap.c | 31 size_t bitmap_scnprintf(unsigned long *bitmap, unsigned int nbits, in bitmap_scnprintf() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mmap.h | 21 size_t nbits; member
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-dec23.h | 25 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */ member
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-dec23.h | 25 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */ member
|
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | mpi-bit.c | 183 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_rshift() local 275 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_lshift() local [all...] |
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | bitmap.c | 13 int nbits = sb->s_blocksize * 8; in omfs_count_free() local 26 static int count_run(unsigned long **addr, int nbits, in count_run() argument 48 set_run(struct super_block *sb, int map, int nbits, int bit, int count, int set) set_run() argument
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | bitmap.c | 13 int nbits = sb->s_blocksize * 8; in omfs_count_free() local 26 static int count_run(unsigned long **addr, int nbits, in count_run() argument 48 set_run(struct super_block *sb, int map, int nbits, int bit, int count, int set) set_run() argument
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 28 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() argument 38 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() argument 48 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty() argument 56 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument 64 bitmap_weight(const unsigned long *src, unsigned int nbits) bitmap_weight() argument 71 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument 84 bitmap_zalloc(int nbits) bitmap_zalloc() argument 115 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument 131 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument 142 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mmap.h | 18 size_t nbits; member
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpi-bit.c | 183 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_rshift() local 276 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_lshift() local [all...] |
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 33 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() argument 43 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() argument 53 bitmap_empty(const unsigned long *src, unsigned nbits) bitmap_empty() argument 61 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument 69 bitmap_weight(const unsigned long *src, int nbits) bitmap_weight() argument 76 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, int nbits) bitmap_or() argument 123 bitmap_alloc(int nbits) bitmap_alloc() argument 154 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument 170 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument [all...] |