Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c282 struct turnstile_htable_bucket { struct
289 SECURITY_READ_ONLY_LATE(static struct turnstile_htable_bucket *)turnstile_htable_irq_safe; argument
291 SECURITY_READ_ONLY_LATE(static struct turnstile_htable_bucket *)turnstile_htable;
327 uint32_t ts_htable_size = ts_htable_buckets * sizeof(struct turnstile_htable_bucket); in turnstiles_hashtable_init()
340 struct turnstile_htable_bucket *ts_bucket = &(turnstile_htable_irq_safe[i]); in turnstiles_hashtable_init()
439 static inline struct turnstile_htable_bucket *
442 struct turnstile_htable_bucket *ts_bucket; in turnstile_get_bucket()
472 struct turnstile_htable_bucket *ts_bucket; in turnstile_hash_bucket_lock()
519 struct turnstile_htable_bucket *ts_bucket; in turnstile_hash_bucket_unlock()
568 struct turnstile_htable_bucket *ts_bucket; in turnstile_htable_lookup_add()
[all …]