Home
last modified time | relevance | path

Searched refs:bitmap_weight (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/util/include/linux/
Dbitmap.h34 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() function
/external/kernel-headers/original/asm-x86/
Dmpspec_32.h56 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
/external/kernel-headers/original/linux/
Dbitmap.h248 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() function
Dcpumask.h196 return bitmap_weight(srcp->bits, nbits); in __cpus_weight()
Dnodemask.h204 return bitmap_weight(srcp->bits, nbits); in __nodes_weight()
/external/linux-tools-perf/util/
Dheader.c401 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()
593 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()