Searched refs:bit_clear_if_set (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/tests/ |
| H A D | bitmap_test.c | 199 bool changed = bit_clear_if_set(map, i); in test_bits() 204 bool changed = bit_clear_if_set(map, i); in test_bits()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | bits.h | 85 #define bit_clear_if_set(bitmap, bit) \ macro
|
| H A D | sched_prim.c | 2134 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in clear_pending_AST_bits() 2613 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select() 4381 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4389 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread() 4395 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4403 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4823 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun() 5621 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in csw_check()
|