Home
last modified time | relevance | path

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

/tools/include/linux/
Dbitmap.h24 #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/
Dbitmap.c11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
Dmem2node.c24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
/tools/lib/
Dfind_bit.c32 const unsigned long *addr2, unsigned long nbits, in _find_next_bit()
Dbitmap.c31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf()
/tools/perf/util/
Dmmap.h21 size_t nbits; member
Dcpumap.c48 int nr, nbits = mask->nr * mask->long_size * BITS_PER_BYTE; in cpu_map__from_mask() local