Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Depoch_sync.c79 typedef struct ht { struct
132 ht_startup_init(ht_t *ht) in ht_startup_init() argument
145 assert3u((ht->ht_size & (ht->ht_size - 1)), ==, 0); in ht_get_bucket()
148 return &ht->ht_bucket[idx]; in ht_get_bucket()
202 ht_get(ht_t *ht, const uint64_t key) in ht_get() argument
292 ht_remove(ht, id, sync); in esync_put()
426 ht_t *ht = space_to_ht(space); in esync_wait() local
437 esync_put(ht, sync, to_be_freed); in esync_wait()
487 esync_put(ht, sync, to_be_freed); in esync_wait()
508 ht_t *ht = space_to_ht(space); in esync_wake() local
[all …]
/xnu-11215/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h81 void cuckoo_hashtable_free(struct cuckoo_hashtable *ht);
100 void cuckoo_hashtable_foreach(struct cuckoo_hashtable *ht,