Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_set_pipapo.h202 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit()
207 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit()
227 __bitmap_and(dst, dst, lt + *data * f->bsize, in pipapo_and_field_buckets_8bit()
/linux/tools/include/linux/
H A Dbitmap.h19 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
142 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
/linux/tools/lib/
H A Dbitmap.c60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function