Searched refs:bitmap_cut (Results 1 – 4 of 4) sorted by relevance
/linux/lib/ |
H A D | bitmap.c | 199 void bitmap_cut(unsigned long *dst, const unsigned long *src, in bitmap_cut() function 227 EXPORT_SYMBOL(bitmap_cut);
|
H A D | test_bitmap.c | 1089 bitmap_cut(out, in, t->first, t->cut, t->nbits); in test_bitmap_cut()
|
/linux/include/linux/ |
H A D | bitmap.h | 65 * bitmap_cut(dst, src, first, n, nbits) Cut n bits from first, copy rest 162 void bitmap_cut(unsigned long *dst, const unsigned long *src,
|
/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 1663 bitmap_cut(pos, pos, rulemap[i].to,
|