Searched refs:ts_ht_bucket_list (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | turnstile.py | 139 …for turnstile in iter_SLIST_HEAD(turnstile_bucket.ts_ht_bucket_list.GetSBValue(), 'ts_htable_link'…
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | turnstile.c | 284 struct turnstile_hashlist ts_ht_bucket_list; member 342 SLIST_INIT(&ts_bucket->ts_ht_bucket_list); in turnstiles_hashtable_init() 346 SLIST_INIT(&ts_bucket->ts_ht_bucket_list); in turnstiles_hashtable_init() 585 SLIST_FOREACH(ts, &ts_bucket->ts_ht_bucket_list, ts_htable_link) { 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() 659 SLIST_FOREACH_PREVPTR(ts, prev_tslink, &ts_bucket->ts_ht_bucket_list, ts_htable_link) { in turnstable_htable_lookup_remove() 741 SLIST_FOREACH(ts, &ts_bucket->ts_ht_bucket_list, ts_htable_link) { in turnstile_htable_lookup()
|