Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_pset.c449 struct turnstile *ts_store; in filt_machport_turnstile_prepare_lazily() local
450 kn_ts = turnstile_prepare((uintptr_t)kn, &ts_store, kn_ts, TURNSTILE_KNOTE); in filt_machport_turnstile_prepare_lazily()
451 knote_kn_hook_set_raw(kn, ts_store); in filt_machport_turnstile_prepare_lazily()
538 struct turnstile *ts_store = ts; in filt_machport_turnstile_complete() local
539 turnstile_complete((uintptr_t)kn, (struct turnstile **)&ts_store, &ts, TURNSTILE_KNOTE); in filt_machport_turnstile_complete()
540 knote_kn_hook_set_raw(kn, ts_store); in filt_machport_turnstile_complete()