Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.h76 } turnstile_type_t; typedef
657 turnstile_lookup_by_proprietor(uintptr_t proprietor, turnstile_type_t type);
730 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type);
748 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ…
774 turnstile_type_t type);
797 turnstile_type_t type);
821 turnstile_type_t type);
842 turnstile_type_t type);
867 turnstile_type_t type);
886 turnstile_type_t type);
H A Dturnstile.c105 static turnstile_type_t
112 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type);
195 uint32_t ts_type:(8 * sizeof(turnstile_type_t)),
196 ts_gencount: (8 * (sizeof(uint32_t) - sizeof(turnstile_type_t)));
200 static turnstile_type_t
206 return (turnstile_type_t) type_and_gencount.ts_type; in turnstile_get_type()
253 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type) in turnstile_set_type_and_increment_gencount()
436 turnstile_get_bucket(uint32_t index, turnstile_type_t type) in turnstile_get_bucket()
466 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type) in turnstile_hash_bucket_lock()
513 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… in turnstile_hash_bucket_unlock()
[all …]
H A Dlocks.c1211 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile()
1303 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR;
1376 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor()
1719 turnstile_type_t type)