Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsmr.c379 struct turnstile *stall_ts; member
824 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
839 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
931 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()
946 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()