Searched refs:ht_t (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | epoch_sync.c | 68 } ht_t; typedef 76 ht_t esync_queue_ht = { 82 ht_t esync_thread_ht = { 88 ht_startup_init(ht_t *ht) in ht_startup_init() 99 ht_get_bucket(ht_t *ht, const uint64_t key) in ht_get_bucket() 108 ht_put(ht_t *ht, const uint64_t key, esync_t *new_value) in ht_put() 145 ht_remove(ht_t *ht, const uint64_t key, esync_t *value) in ht_remove() 158 ht_get(ht_t *ht, const uint64_t key) in ht_get() 229 esync_put(ht_t *ht, esync_t *sync, esync_t *to_be_freed) in esync_put() 284 esync_get(ht_t *ht, const uint64_t id, const esync_policy_t policy, in esync_get() [all …]
|