Searched refs:bitmask_and (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | bitmask.h | 91 * bitmask_and(bmp1, bmp2, bmp3): Logical `and`: bmp1 = bmp2 & bmp3 123 * bitmask_and(g, bitmask_complement(e, a), bitmask_complement(f, b)); 193 struct bitmask *bitmask_and(struct bitmask *bmp1,const struct bitmask *bmp2,
|
H A D | libbitmask.c | 585 struct bitmask *bitmask_and(struct bitmask *bmp1, const struct bitmask *bmp2, in bitmask_and() function
|
Completed in 3 milliseconds