Searched refs:ts_store (Results 1 – 1 of 1) sorted by relevance
481 struct turnstile *ts_store = TURNSTILE_NULL; in filt_machport_turnstile_prepare_lazily() local482 kn_ts = turnstile_prepare((uintptr_t)kn, &ts_store, kn_ts, TURNSTILE_KNOTE); in filt_machport_turnstile_prepare_lazily()483 knote_kn_hook_set_raw(kn, ts_store); in filt_machport_turnstile_prepare_lazily()570 struct turnstile *ts_store = ts; in filt_machport_turnstile_complete() local571 turnstile_complete((uintptr_t)kn, (struct turnstile **)&ts_store, &ts, TURNSTILE_KNOTE); in filt_machport_turnstile_complete()572 knote_kn_hook_set_raw(kn, ts_store); in filt_machport_turnstile_complete()