Searched defs:nbits (Results 1 – 7 of 7) sorted by relevance
/tools/include/linux/ |
D | bitmap.h | 24 #define BITMAP_LAST_WORD_MASK(nbits) \ argument 30 #define small_const_nbits(nbits) \ argument 33 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() 43 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 53 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty() 61 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() 69 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() 77 const unsigned long *src2, int nbits) in bitmap_or() 123 static inline unsigned long *bitmap_alloc(int nbits) in bitmap_alloc() 155 const unsigned long *src2, unsigned int nbits) in bitmap_and() [all …]
|
/tools/perf/tests/ |
D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
|
D | mem2node.c | 24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
|
/tools/lib/ |
D | find_bit.c | 32 const unsigned long *addr2, unsigned long nbits, in _find_next_bit()
|
D | bitmap.c | 31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf()
|
/tools/perf/util/ |
D | mmap.h | 21 size_t nbits; member
|
D | cpumap.c | 48 int nr, nbits = mask->nr * mask->long_size * BITS_PER_BYTE; in cpu_map__from_mask() local
|