| /xnu-8019.80.24/bsd/sys/ |
| H A D | systm.h | 204 void *hashinit(int count, int type, u_long *hashmask);
|
| /xnu-8019.80.24/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-8019.80.24/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-8019.80.24/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_proc.c | 257 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash); in procinit() 258 pgrphashtbl = hashinit(maxproc / 4, M_PROC, &pgrphash); in procinit() 259 sesshashtbl = hashinit(maxproc / 4, M_PROC, &sesshash); in procinit() 260 uihashtbl = hashinit(maxproc / 16, M_PROC, &uihash); in procinit()
|
| H A D | posix_sem.c | 304 psemhashtbl = hashinit((int)(posix_sem_max / 2), M_SHM, &psemhash); in psem_cache_init()
|
| H A D | kern_subr.c | 411 hashinit(int elements, int type __unused, u_long *hashmask) in hashinit() function
|
| H A D | tracker.c | 229 …g_tracker_db.tracker_hashbase = hashinit(TRACKERHASHSIZE, M_TRACKER, &g_tracker_db.tracker_hashmas… in tracker_db_init()
|
| H A D | socket_flows.c | 399 db->soflow_db_hashbase = hashinit(SOFLOW_HASH_SIZE, M_CFIL, &db->soflow_db_hashmask); in soflow_db_init()
|
| H A D | kern_event.c | 3167 alloc_hash = hashinit(CONFIG_KQ_HASHSIZE, M_KQUEUE, &alloc_mask); in kqworkloop_hash_init() 6183 list = hashinit(CONFIG_KN_HASHSIZE, M_KQUEUE, &size); in kq_add_knote()
|
| /xnu-8019.80.24/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_node.c | 111 nfsnodehashtbl = hashinit(desiredvnodes, M_NFSNODE, &nfsnodehash); in nfs_nhinit_finish()
|
| H A D | nfs_gss.c | 2818 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_bio.c | 227 nfsbufhashtbl = hashinit(nfsbufmax / 4, M_NFSBIO, &nfsbufhash); in nfs_nbinit()
|
| H A D | nfs_subs.c | 3240 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-8019.80.24/bsd/vfs/ |
| H A D | vfs_cache.c | 2424 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 * desiredNodes)), M_CACHE, &nchash); in nchinit() 2480 new_table = hashinit(nelements, M_CACHE, &nchashmask); in resize_namecache() 2704 new_table = hashinit((int)(string_table_mask + 1) * 2, M_CACHE, &new_mask); in resize_string_ref_table() 2743 string_ref_table = hashinit(CONFIG_VFS_NAMES, M_CACHE, &string_table_mask); in init_string_table()
|
| H A D | vfs_quota.c | 151 dqhashtbl = hashinit(desiredvnodes, M_DQUOT, &dqhash); in dqhashinit()
|
| H A D | vfs_bio.c | 2165 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()
|
| H A D | vfs_syscalls.c | 11117 hashinit(NSPACE_RESOLVER_REQ_HASHSIZE, in nspace_resolver_init()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | raw_ip.c | 160 ripcbinfo.ipi_hashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_hashmask); in rip_init() 161 ripcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_porthashmask); in rip_init()
|
| H A D | udp_usrreq.c | 251 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init() 253 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
|
| H A D | tcp_subr.c | 555 tcbinfo.ipi_hashbase = hashinit(tcp_tcbhashsize, M_PCB, in tcp_init() 557 tcbinfo.ipi_porthashbase = hashinit(tcp_tcbhashsize, M_PCB, in tcp_init()
|
| /xnu-8019.80.24/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 143 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash); in devfs_fdesc_init()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.c | 1478 …necp_uuid_app_id_hashtbl = hashinit(NECP_UUID_APP_ID_HASH_SIZE, M_NECP, &necp_uuid_app_id_hash_mas… in necp_init()
|