Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/include/linux/
Dbitmap.h24 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/external/kernel-headers/original/asm-x86/
Dmpspec_32.h52 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS)
/external/kernel-headers/original/linux/
Dbitmap.h129 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
Dnodemask.h112 bitmap_zero(dstp->bits, nbits); in __nodes_clear()
Dcpumask.h112 bitmap_zero(dstp->bits, nbits); in __cpus_clear()
/external/linux-tools-perf/util/
Dheader.c647 bitmap_zero(header->adds_features, HEADER_FEAT_BITS); in perf_file_header__read()