Searched refs:__bitmap_and (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.h | 207 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 212 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 232 __bitmap_and(dst, dst, lt + *data * f->bsize, in pipapo_and_field_buckets_8bit()
|
/openbmc/linux/tools/include/linux/ |
H A D | bitmap.h | 18 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 122 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/openbmc/linux/tools/lib/ |
H A D | bitmap.c | 60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
/openbmc/linux/include/linux/ |
H A D | bitmap.h | 156 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 341 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/openbmc/linux/lib/ |
H A D | bitmap.c | 240 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function 254 EXPORT_SYMBOL(__bitmap_and);
|