Searched defs:nbits (Results 1 – 8 of 8) sorted by relevance
| /tools/include/linux/ |
| A D | bitmap.h | 30 #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE) argument 32 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 41 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 51 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty() 59 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() 75 const unsigned long *src2, unsigned int nbits) in bitmap_or() 92 static inline unsigned long *bitmap_zalloc(int nbits) in bitmap_zalloc() 124 const unsigned long *src2, unsigned int nbits) in bitmap_and() 139 const unsigned long *src2, unsigned int nbits) in bitmap_equal() 151 unsigned int nbits) in bitmap_intersects() [all …]
|
| /tools/lib/ |
| 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() 111 unsigned long nbits, unsigned long start) in _find_next_and_bit() 118 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit()
|
| A D | bitmap.c | 31 size_t bitmap_scnprintf(unsigned long *bitmap, unsigned int nbits, in bitmap_scnprintf()
|
| /tools/include/asm-generic/ |
| A D | bitsperlong.h | 21 #define small_const_nbits(nbits) \ argument
|
| /tools/perf/tests/ |
| A D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
|
| A D | mem2node.c | 24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
|
| /tools/perf/util/ |
| A D | mmap.h | 18 size_t nbits; member
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd_utils.h | 452 __u64 nbits, __u32 flags, in _test_mock_dirty_bitmaps()
|
Completed in 13 milliseconds