Searched refs:bit_set_if_clear (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/osfmk/tests/ |
| H A D | bitmap_test.c | 189 __assert_only bool changed = bit_set_if_clear(map, i); in test_bits() 194 __assert_only bool changed = bit_set_if_clear(map, i); in test_bits()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | sched_amp_common.c | 124 if (bit_set_if_clear(pset->pending_spill_cpu_mask, processor->cpu_id)) { in pset_signal_spill() 131 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in pset_signal_spill()
|
| H A D | bits.h | 87 #define bit_set_if_clear(bitmap, bit) \ macro
|
| H A D | sched_prim.c | 4200 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in realtime_setrun() 4213 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in realtime_setrun() 4222 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in realtime_setrun() 4332 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, dst->cpu_id)) { in sched_ipi_action() 4481 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun() 4497 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun() 4514 if (bit_set_if_clear(pset->pending_AST_URGENT_cpu_mask, processor->cpu_id)) { in processor_setrun()
|
| H A D | sched_rt.c | 876 if (bit_set_if_clear(pset->rt_pending_spill_cpu_mask, next_rt_processor->cpu_id)) { in rt_choose_next_processor_for_spill_IPI()
|