Searched defs:thmap (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | subr_thmap.c | 229 struct thmap { struct 231 atomic_thmap_ptr_t * root; argument 233 const thmap_ops_t * ops; argument 234 thmap_gc_t * gc_list; // C11 _Atomic argument 238 static void stage_mem_gc(thmap_t *, uintptr_t, size_t); argument 262 gc_alloc(const thmap_t *thmap, size_t len) in gc_alloc() 276 gc_free(const thmap_t *thmap, uintptr_t addr, size_t len) in gc_free() 393 hashval_getleafslot(const thmap_t *thmap, in hashval_getleafslot() 405 hashval_getl0slot(const thmap_t *thmap, const thmap_query_t *query, in hashval_getl0slot() 415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf, in key_cmp_p() [all …]
|