Searched refs:bitset (Results 1 – 4 of 4) sorted by relevance
366 unsigned long bitset; in pipapo_refill() local371 bitset = map[k]; in pipapo_refill()372 while (bitset) { in pipapo_refill()373 unsigned long t = bitset & -bitset; in pipapo_refill()374 int r = __builtin_ctzl(bitset); in pipapo_refill()391 bitset ^= t; in pipapo_refill()
7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o rss.o \
10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument333 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, bitset, in ethnl_bitset_is_compact()
Completed in 13 milliseconds