Searched defs:ht (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | epoch_sync.c | 79 typedef struct ht { struct 80 const uint32_t ht_size; argument 81 ht_bucket_t *ht_bucket; argument 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() 273 esync_put(ht_t *ht, esync_t *sync, esync_t *to_be_freed) in esync_put() 326 esync_get(ht_t *ht, const uint64_t id, const esync_policy_t policy, in esync_get() [all …]
|