Searched defs:bmp2 (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libbitmask.c | 352 struct bitmask *bitmask_copy(struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_copy() argument 474 int bitmask_equal(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_equal() argument 484 int bitmask_subset(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_subset() argument 494 int bitmask_disjoint(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_disjoint() argument 504 bitmask_intersects(const struct bitmask *bmp1, const struct bitmask *bmp2) bitmask_intersects() argument 551 bitmask_complement(struct bitmask *bmp1, const struct bitmask *bmp2) bitmask_complement() argument 561 bitmask_shiftright(struct bitmask *bmp1, const struct bitmask *bmp2, unsigned int n) bitmask_shiftright() argument 571 bitmask_shiftleft(struct bitmask *bmp1, const struct bitmask *bmp2, unsigned int n) bitmask_shiftleft() argument 585 bitmask_and(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_and() argument 595 bitmask_andnot(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_andnot() argument 605 bitmask_or(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_or() argument 615 bitmask_eor(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_eor() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_h323_asn1.c | 518 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; in decode_seq() local
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_h323_asn1.c | 518 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; in decode_seq() local
|
Completed in 4 milliseconds