Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c440 turnstile_get_bucket(uint32_t index, turnstile_type_t type) in turnstile_get_bucket() function
490 ts_bucket = turnstile_get_bucket(index, type); in turnstile_hash_bucket_lock()
535 ts_bucket = turnstile_get_bucket(index, type); in turnstile_hash_bucket_unlock()
574 ts_bucket = turnstile_get_bucket(index, type); in turnstile_htable_lookup_add()
648 ts_bucket = turnstile_get_bucket(index, type); in turnstable_htable_lookup_remove()
718 struct turnstile_htable_bucket *ts_bucket = turnstile_get_bucket(index, type); in turnstile_htable_lookup()