Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsmr.c380 struct turnstile *stall_ts; member
828 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
843 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
935 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()
950 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()