Searched refs:thmap_leaf_t (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | subr_thmap.c | 205 } thmap_leaf_t; typedef 394 const thmap_leaf_t *leaf, unsigned level) in hashval_getleafslot() 406 const thmap_leaf_t *leaf) in hashval_getl0slot() 415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf, in key_cmp_p() 487 static thmap_leaf_t * 490 thmap_leaf_t *leaf; in leaf_create() 493 leaf_off = gc_alloc(thmap, sizeof(thmap_leaf_t)); in leaf_create() 506 gc_free(thmap, leaf_off, sizeof(thmap_leaf_t)); in leaf_create() 521 leaf_free(const thmap_t *thmap, thmap_leaf_t *leaf) in leaf_free() 526 gc_free(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t)); in leaf_free() [all …]
|