Searched refs:hashdestroy (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | workload_config.c | 142 extern void hashdestroy(void *, int, u_long); in workload_config_free() 173 hashdestroy(ctx->wlcc_hashtbl, 0, ctx->wlcc_hash_mask); in workload_config_free()
|
| /xnu-11215/bsd/sys/ |
| H A D | systm.h | 215 void hashdestroy(void *, int type, u_long hashmask);
|
| /xnu-11215/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 120 hashdestroy(bind_node_hashtbl, M_TEMP, bind_hash_mask); in bindfs_destroy()
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 127 hashdestroy(null_node_hashtbl, M_TEMP, null_hash_mask); in nullfs_uninit()
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_srvcache.c | 449 hashdestroy(nfsrv_reqcache_hashtbl, M_NFSD, nfsrv_reqcache_hash); in nfsrv_cleancache()
|
| H A D | nfs_subs.c | 1741 hashdestroy(nfsrv_export_hashtbl, M_TEMP, nfsrv_export_hash); in nfsrv_export()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 421 hashdestroy(open_vnodes_hashtbl, M_VNODE, open_vnodes_hashmask); in vfs_exclave_fs_start() 478 hashdestroy(registered_tags_hash, M_VNODE, rft_hashmask); in vfs_exclave_fs_stop() 483 hashdestroy(open_vnodes_hashtbl, M_VNODE, open_vnodes_hashmask); in vfs_exclave_fs_stop()
|
| H A D | vfs_cache.c | 3135 hashdestroy(new_table, M_CACHE, new_size - 1); in resize_namecache() 3165 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache() 3404 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_subr.c | 656 hashdestroy(void *hash, int type __unused, u_long hashmask) in hashdestroy() function
|
| H A D | socket_flows.c | 499 hashdestroy(db->soflow_db_hashbase, M_CFIL, db->soflow_db_hashmask); in soflow_db_free()
|
| H A D | kern_event.c | 3251 hashdestroy(alloc_hash, M_KQUEUE, alloc_mask); in kqworkloop_hash_init() 3810 hashdestroy(kn_hash, M_KQUEUE, kn_hashmask); in knotes_dealloc()
|
| H A D | kern_descrip.c | 1105 hashdestroy(kqhash, M_KQUEUE, kqhashmask); in fdt_invalidate()
|