Searched refs:bitmask_or (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
H A D | cpuset_list_compute.c | 97 bitmask_or(mask3, mask1, mask2); in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_sched_domains_check.c | 84 bitmask_or(alldomains, alldomains, domains[i]); in check_sched_domains()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | bitmask.h | 93 * bitmask_or(bmp1, bmp2, bmp3): Logical `or`: bmp1 = bmp2 | bmp3 120 * bitmask_complement(d, bitmask_or(c, a, b)); 197 struct bitmask *bitmask_or(struct bitmask *bmp1, const struct bitmask *bmp2,
|
H A D | cpuinfo.c | 441 bitmask_or(cpusc, cpusa, cpusb); in partition_domains()
|
H A D | libbitmask.c | 605 struct bitmask *bitmask_or(struct bitmask *bmp1, const struct bitmask *bmp2, in bitmask_or() function
|
Completed in 3 milliseconds