Searched refs:bit_clear_if_set (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/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.140.41/osfmk/kern/ |
| H A D | bits.h | 85 #define bit_clear_if_set(bitmap, bit) \ macro
|
| H A D | sched_prim.c | 2116 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in clear_pending_AST_bits() 2595 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in thread_select() 4372 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4380 bool spill_pending = bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id); in sched_rt_choose_thread() 4386 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4394 if (bit_clear_if_set(pset->rt_pending_spill_cpu_mask, processor->cpu_id)) { in sched_rt_choose_thread() 4814 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun() 5612 if (bit_clear_if_set(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in csw_check()
|