Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dturnstile.h77 } turnstile_type_t; typedef
654 turnstile_lookup_by_proprietor(uintptr_t proprietor, turnstile_type_t type);
727 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type);
745 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ…
771 turnstile_type_t type);
794 turnstile_type_t type);
818 turnstile_type_t type);
839 turnstile_type_t type);
864 turnstile_type_t type);
883 turnstile_type_t type);
H A Dturnstile.c109 static turnstile_type_t
116 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type);
199 uint32_t ts_type:(8 * sizeof(turnstile_type_t)),
200 ts_gencount: (8 * (sizeof(uint32_t) - sizeof(turnstile_type_t)));
204 static turnstile_type_t
210 return (turnstile_type_t) type_and_gencount.ts_type; in turnstile_get_type()
257 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type) in turnstile_set_type_and_increment_gencount()
440 turnstile_get_bucket(uint32_t index, turnstile_type_t type) in turnstile_get_bucket()
470 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type) in turnstile_hash_bucket_lock()
517 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… in turnstile_hash_bucket_unlock()
[all …]
H A Depoch_sync.c452 turnstile_type_t tt = sync->es_policy == ESYNC_POLICY_KERNEL ? in esync_wait()
533 turnstile_type_t tt = sync->es_policy == ESYNC_POLICY_KERNEL ? in esync_wake()
H A Dlocks.c1275 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile()
1376 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR;
1449 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor()
1698 turnstile_type_t type)