Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsmr.c379 struct turnstile *stall_ts; member
827 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
842 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
934 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()
949 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()