Searched refs:bit_clear_if_set (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/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-10002.41.9/osfmk/kern/ |
| H A D | bits.h | 88 #define bit_clear_if_set(bitmap, bit) \ macro
|
| H A D | sched_prim.c | 2303 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in clear_pending_AST_bits() 2775 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select() 4602 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread() 4608 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4616 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 5034 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun() 5868 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in csw_check()
|