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

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

Completed in 113 milliseconds