Home
last modified time | relevance | path

Searched refs:__bitmap_and (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnft_set_pipapo.h199 __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-6.1.9/tools/include/linux/
Dbitmap.h17 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
154 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
/linux-6.1.9/tools/lib/
Dbitmap.c60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
/linux-6.1.9/include/linux/
Dbitmap.h152 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
325 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
/linux-6.1.9/lib/
Dbitmap.c240 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
254 EXPORT_SYMBOL(__bitmap_and);