Searched refs:bitmap_or (Results 1 – 4 of 4) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | mpspec_32.h | 51 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
|
/external/kernel-headers/original/linux/ |
D | bitmap.h | 169 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
|
D | nodemask.h | 138 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
|
D | cpumask.h | 135 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __cpus_or()
|