Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c82 } ht_t; typedef
90 static ht_t exclaves_queue_ht = {
96 static ht_t exclaves_thread_ht = {
104 static ht_t esync_test_ht = {
111 static ht_t *
132 ht_startup_init(ht_t *ht) in ht_startup_init()
143 ht_get_bucket(ht_t *ht, const uint64_t key) in ht_get_bucket()
152 ht_put(ht_t *ht, const uint64_t key, esync_t *new_value) in ht_put()
189 ht_remove(ht_t *ht, const uint64_t key, esync_t *value) in ht_remove()
202 ht_get(ht_t *ht, const uint64_t key) in ht_get()
[all …]