Searched defs:ht (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | epoch_sync.c | 65 typedef struct ht { struct 66 const uint32_t ht_size; argument 67 ht_bucket_t *ht_bucket; argument 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 …]
|