Home
last modified time | relevance | path

Searched refs:hashdestroy (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dsystm.h205 void hashdestroy(void *, int type, u_long hashmask);
/xnu-8020.101.4/bsd/miscfs/nullfs/
H A Dnull_subr.c127 hashdestroy(null_node_hashtbl, M_TEMP, null_hash_mask); in nullfs_uninit()
/xnu-8020.101.4/bsd/miscfs/bindfs/
H A Dbind_subr.c120 hashdestroy(bind_node_hashtbl, M_TEMP, bind_hash_mask); in bindfs_destroy()
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_srvcache.c449 hashdestroy(nfsrv_reqcache_hashtbl, M_NFSD, nfsrv_reqcache_hash); in nfsrv_cleancache()
H A Dnfs_subs.c3219 hashdestroy(nfsrv_export_hashtbl, M_TEMP, nfsrv_export_hash); in nfsrv_export()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_cache.c2517 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache()
2737 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
/xnu-8020.101.4/bsd/kern/
H A Dkern_subr.c438 hashdestroy(void *hash, int type __unused, u_long hashmask) in hashdestroy() function
H A Dsocket_flows.c496 hashdestroy(db->soflow_db_hashbase, M_CFIL, db->soflow_db_hashmask); in soflow_db_free()
H A Dkern_event.c3181 hashdestroy(alloc_hash, M_KQUEUE, alloc_mask); in kqworkloop_hash_init()
3605 hashdestroy(kn_hash, M_KQUEUE, kn_hashmask); in knotes_dealloc()
H A Dkern_descrip.c1000 hashdestroy(kqhash, M_KQUEUE, kqhashmask); in fdt_invalidate()