Searched refs:__bitmap_and (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_pipapo.h | 209 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 214 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 234 __bitmap_and(dst, dst, lt + *data * f->bsize, in pipapo_and_field_buckets_8bit()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 17 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 120 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/kernel/linux/linux-5.10/tools/lib/ |
H A D | bitmap.c | 60 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
/kernel/linux/linux-6.6/tools/lib/ |
H A D | bitmap.c | 60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bitmap.h | 154 extern int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 296 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitmap.h | 152 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 323 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 240 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function 254 EXPORT_SYMBOL(__bitmap_and); variable
|
/kernel/linux/linux-6.6/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); variable
|
Completed in 9 milliseconds