Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c563 struct turnstile *new_turnstile, in turnstile_htable_lookup_add() argument
597 turnstile_freelist_insert(ts, new_turnstile); in turnstile_htable_lookup_add()
603 SLIST_INSERT_HEAD(&ts_bucket->ts_ht_bucket_list, new_turnstile, ts_htable_link); in turnstile_htable_lookup_add()
604 turnstile_state_add(new_turnstile, TURNSTILE_STATE_HASHTABLE); in turnstile_htable_lookup_add()
1401 struct turnstile *new_turnstile = new_inheritor; in turnstile_update_inheritor_locked() local
1404 new_turnstile, turnstile); in turnstile_update_inheritor_locked()