Searched refs:hash_free (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/vm/
H A Duma_core.c248 static void hash_free(struct uma_hash *hash);
516 hash_free(&oldhash);
621 hash_free(struct uma_hash *hash) function
1683 hash_free(&keg->uk_hash);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c108 hash_free(alist->al_elements, alist_free_cb, alist);
H A Dhash.c245 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) function
H A Dhash.h53 void hash_free(hash_t *, void (*)(void *, void *), void *);
H A Dtdata.c401 hash_free(td->td_iihash, iidesc_free, NULL);
402 hash_free(td->td_layouthash, tdesc_free_cb, NULL);
403 hash_free(td->td_idhash, NULL, NULL);
480 hash_free(td2->td_layouthash, NULL, NULL);
483 hash_free(td2->td_iihash, NULL, NULL);
/freebsd-11-stable/contrib/mdocml/
H A Dmandoc_ohash.c27 static void hash_free(void *, void *);
37 info.free = hash_free;
59 hash_free(void *p, void *arg) function
/freebsd-11-stable/usr.bin/m4/
H A Dlook.c55 static void hash_free(void *, void *);
65 NULL, hash_calloc, hash_free, element_alloc };
78 hash_free(void *p, void *u __unused) function

Completed in 101 milliseconds