Searched refs:__bitmap_and (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/netfilter/ |
D | nft_set_pipapo.h | 199 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 204 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 224 __bitmap_and(dst, dst, lt + *data * f->bsize, in pipapo_and_field_buckets_8bit()
|
/Linux-v5.10/tools/include/linux/ |
D | bitmap.h | 16 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 159 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/Linux-v5.10/tools/lib/ |
D | bitmap.c | 60 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
/Linux-v5.10/include/linux/ |
D | bitmap.h | 146 extern int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 288 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/Linux-v5.10/lib/ |
D | bitmap.c | 238 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function 252 EXPORT_SYMBOL(__bitmap_and);
|