Searched defs:bmp1 (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libbitmask.c | 352 struct bitmask *bitmask_copy(struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_copy() 474 int bitmask_equal(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_equal() 484 int bitmask_subset(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_subset() 494 int bitmask_disjoint(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_disjoint() 504 int bitmask_intersects(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_intersects() 551 struct bitmask *bitmask_complement(struct bitmask *bmp1, in bitmask_complement() 561 struct bitmask *bitmask_shiftright(struct bitmask *bmp1, in bitmask_shiftright() 571 struct bitmask *bitmask_shiftleft(struct bitmask *bmp1, in bitmask_shiftleft() 585 struct bitmask *bitmask_and(struct bitmask *bmp1, const struct bitmask *bmp2, in bitmask_and() 595 struct bitmask *bitmask_andnot(struct bitmask *bmp1, const struct bitmask *bmp2, in bitmask_andnot() [all …]
|