Home
last modified time | relevance | path

Searched refs:simple_lock_assert (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.81.4/osfmk/arm/
H A Dsimple_lock.h139 #define simple_lock_assert(l, t) lck_spin_assert(l,t) macro
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.h882 #define pmap_simple_lock_assert(l, t) simple_lock_assert(l, t)
890 #define pmap_simple_lock_assert(l, t) simple_lock_assert(l, t)
/xnu-12377.81.4/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c69 #define simple_lock_assert(...) macro
/xnu-12377.81.4/osfmk/kern/
H A Dsimple_lock.h310 #define simple_lock_assert(l, x) usimple_lock_assert((l), (x)) macro
H A Dsched_prim.c5440 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_NOTOWNED); in thread_setrun()
7140 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_OWNED); in sched_last_resort_cpu()
7170 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_OWNED); in sched_compute_requested_powered_cores()
8521 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_OWNED); in sched_processor_change_mode_locked()
8780 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_OWNED); in sched_update_recommended_cores_locked()
8984 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_OWNED); in sched_update_powered_cores_drops_lock()
H A Dthread.h1191 #define thread_lock_assert(th, x) simple_lock_assert(&(th)->sched_lock, (x))
H A Dprocessor.c263 simple_lock_assert(&sched_available_cores_lock, LCK_ASSERT_OWNED); in processor_update_offline_state_locked()
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.h742 #define pmap_simple_lock_assert(l, t) simple_lock_assert(l, t)