| /xnu-11215/osfmk/kern/ |
| H A D | workload_config.c | 107 extern void *hashinit(int, int, u_long *); in workload_config_init() 116 ctx->wlcc_hashtbl = hashinit(workload_config_hash_size, 0, in workload_config_init()
|
| /xnu-11215/bsd/sys/ |
| H A D | systm.h | 202 void *hashinit(int count, int type, u_long *hashmask);
|
| /xnu-11215/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 103 bind_node_hashtbl = hashinit(BIND_HASH_SIZE, M_TEMP, &bind_hash_mask); in bindfs_init()
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 117 null_node_hashtbl = hashinit(NULL_HASH_SIZE, M_TEMP, &null_hash_mask); in nullfs_init()
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_uuid_policy.c | 106 …proc_uuid_policy_hashtbl = hashinit(PROC_UUID_POLICY_HASH_SIZE, M_PROC_UUID_POLICY, &proc_uuid_pol… in proc_uuid_policy_init()
|
| H A D | kern_subr.c | 624 hashinit(int elements, int type __unused, u_long *hashmask) in hashinit() function 643 struct generic_hash_head *__unsafe_indexable hash = hashinit(elements, 0, &hashmask); in hashinit_generic()
|
| H A D | posix_sem.c | 304 psemhashtbl = hashinit((int)(posix_sem_max / 2), M_SHM, &psemhash); in psem_cache_init()
|
| H A D | tracker.c | 247 void * __single hash = hashinit(TRACKERHASHSIZE, M_TRACKER, &g_tracker_db.tracker_hashmask); in tracker_db_init()
|
| H A D | socket_flows.c | 401 void * __single hash = hashinit(SOFLOW_HASH_SIZE, M_CFIL, &db->soflow_db_hashmask); in soflow_db_init()
|
| H A D | kern_proc.c | 277 sesshashtbl = hashinit(maxproc / 4, M_PROC, &sesshash); in procinit() 278 uihashtbl = hashinit(maxproc / 16, M_PROC, &uihash); in procinit()
|
| H A D | kern_event.c | 3242 alloc_hash = hashinit(CONFIG_KQ_HASHSIZE, M_KQUEUE, &alloc_mask); in kqworkloop_hash_init() 6866 list = hashinit(CONFIG_KN_HASHSIZE, M_KQUEUE, &size);
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_srvcache.c | 169 nfsrv_reqcache_hashtbl = hashinit(nfsrv_reqcache_size, M_NFSD, &nfsrv_reqcache_hash); in nfsrv_initcache()
|
| H A D | nfs_gss.c | 339 nfs_gss_svc_ctx_hashtbl = hashinit(SVC_CTX_HASHSZ, M_TEMP, &nfs_gss_svc_ctx_hash); in nfs_gss_svc_init()
|
| H A D | nfs_subs.c | 1761 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
|
| H A D | nfs_serv.c | 211 nfsrv_fmod_hashtbl = hashinit(NFSRVFMODHASHSZ, M_TEMP, &nfsrv_fmod_hash); in nfsrv_init()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cache.c | 3059 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 * desiredNodes)), M_CACHE, &nchash); in nchinit() 3123 new_table = hashinit(nelements, M_CACHE, &nchashmask); in resize_namecache() 3372 new_table = hashinit((int)(string_table_mask + 1) * 2, M_CACHE, &new_mask); in resize_string_ref_table() 3411 string_ref_table = hashinit(CONFIG_VFS_NAMES, M_CACHE, &string_table_mask); in init_string_table()
|
| H A D | vfs_exclave_fs.c | 413 open_vnodes_hashtbl = hashinit(open_vnodes_hashsize, M_VNODE, &open_vnodes_hashmask); in vfs_exclave_fs_start() 419 registered_tags_hash = hashinit(REGFSTAG_HASH_WIDTH, M_VNODE /*unused*/, &rft_hashmask); in vfs_exclave_fs_start()
|
| H A D | vfs_quota.c | 151 dqhashtbl = hashinit(desiredvnodes, M_DQUOT, &dqhash); in dqhashinit()
|
| H A D | vfs_bio.c | 2192 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()
|
| H A D | vfs_syscalls.c | 12167 hashinit(NSPACE_RESOLVER_REQ_HASHSIZE, in nspace_resolver_init()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 143 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash); in devfs_fdesc_init()
|
| /xnu-11215/bsd/net/ |
| H A D | necp.c | 2135 hashinit(NECP_UUID_APP_ID_HASH_SIZE, M_NECP, &necp_uuid_app_id_hash_mask), in necp_init()
|