Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Depoch_sync.c70 } ht_t; typedef
78 static ht_t exclaves_queue_ht = {
84 static ht_t exclaves_thread_ht = {
92 static ht_t esync_test_ht = {
99 static ht_t *
120 ht_startup_init(ht_t *ht) in ht_startup_init()
131 ht_get_bucket(ht_t *ht, const uint64_t key) in ht_get_bucket()
140 ht_put(ht_t *ht, const uint64_t key, esync_t *new_value) in ht_put()
177 ht_remove(ht_t *ht, const uint64_t key, esync_t *value) in ht_remove()
190 ht_get(ht_t *ht, const uint64_t key) in ht_get()
[all …]