Searched refs:gc_free (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | subr_thmap.c | 276 gc_free(const thmap_t *thmap, uintptr_t addr, size_t len) in gc_free() function 506 gc_free(thmap, leaf_off, sizeof(thmap_leaf_t)); in leaf_create() 524 gc_free(thmap, leaf->key, leaf->len); in leaf_free() 526 gc_free(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t)); in leaf_free() 584 gc_free(thmap, nptr, THMAP_INODE_LEN); in root_try_put() 997 gc_free(thmap, THMAP_GETOFF(thmap, &gc->data[0]), gc->len); in thmap_gc() 1064 gc_free(thmap, root, THMAP_ROOT_LEN); in thmap_destroy()
|