Searched refs:__bitmap_and (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/net/netfilter/ |
D | nft_set_pipapo.h | 200 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 205 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 225 __bitmap_and(dst, dst, lt + *data * f->bsize, in pipapo_and_field_buckets_8bit()
|
/linux-6.12.1/tools/include/linux/ |
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()
|
/linux-6.12.1/tools/lib/ |
D | bitmap.c | 60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
/linux-6.12.1/include/linux/ |
D | bitmap.h | 164 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 327 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/linux-6.12.1/lib/ |
D | bitmap.c | 229 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function 243 EXPORT_SYMBOL(__bitmap_and);
|