Searched refs:bit_clear_if_set (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.61.5/osfmk/tests/ |
| H A D | bitmap_test.c | 199 __assert_only bool changed = bit_clear_if_set(map, i); in test_bits() 204 __assert_only bool changed = bit_clear_if_set(map, i); in test_bits()
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | bits.h | 89 #define bit_clear_if_set(bitmap, bit) \ macro
|
| H A D | sched_prim.c | 2462 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in clear_pending_AST_bits() 2934 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select() 4764 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread() 4770 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4778 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 5192 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun() 6066 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in csw_check()
|