Searched refs:hashdestroy (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | systm.h | 205 void hashdestroy(void *, int type, u_long hashmask);
|
| /xnu-8019.80.24/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 127 hashdestroy(null_node_hashtbl, M_TEMP, null_hash_mask); in nullfs_uninit()
|
| /xnu-8019.80.24/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 120 hashdestroy(bind_node_hashtbl, M_TEMP, bind_hash_mask); in bindfs_destroy()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_subr.c | 430 hashdestroy(void *hash, int type __unused, u_long hashmask) in hashdestroy() function
|
| H A D | socket_flows.c | 496 hashdestroy(db->soflow_db_hashbase, M_CFIL, db->soflow_db_hashmask); in soflow_db_free()
|
| H A D | kern_event.c | 3176 hashdestroy(alloc_hash, M_KQUEUE, alloc_mask); in kqworkloop_hash_init() 3568 hashdestroy(kn_hash, M_KQUEUE, kn_hashmask); in knotes_dealloc()
|
| H A D | kern_descrip.c | 1002 hashdestroy(kqhash, M_KQUEUE, kqhashmask); in fdt_invalidate()
|