| /f-stack/freebsd/kern/ |
| H A D | vfs_hash.c | 52 vfs_hash_tbl = hashinit(desiredvnodes, M_VFS_HASH, &vfs_hash_mask); in vfs_hashinit() 209 vfs_hash_newtbl = hashinit(newmaxvnodes, M_VFS_HASH, in vfs_hash_changesize()
|
| H A D | subr_hash.c | 86 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() function
|
| H A D | subr_sfbuf.c | 97 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask); in sf_buf_init()
|
| H A D | uipc_sem.c | 1037 ksem_dictionary = hashinit(1024, M_KSEM, &ksem_hash); in ksem_module_init()
|
| H A D | kern_thread.c | 533 tidhashtbl = hashinit(maxproc / 2, M_TIDHASH, &tidhash); in threadinit()
|
| H A D | kern_resource.c | 1337 uihashtbl = hashinit(maxproc / 16, M_UIDINFO, &uihash); in uihashinit()
|
| H A D | kern_proc.c | 186 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash); in procinit() 194 pgrphashtbl = hashinit(maxproc / 4, M_PROC, &pgrphash); in procinit()
|
| H A D | uipc_shm.c | 941 shm_dictionary = hashinit(1024, M_SHMFD, &shm_hash); in shm_init()
|
| H A D | vfs_subr.c | 683 syncer_workitem_pending = hashinit(syncer_maxdelay, M_VNODE, in vntblinit()
|
| /f-stack/lib/ |
| H A D | ff_kern_synch.c | 83 se_active = hashinit(64, M_TEMP, &se_hashmask); in synch_setup()
|
| H A D | ff_kern_subr.c | 89 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() function
|
| H A D | ff_ng_base.c | 3162 V_ng_ID_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_ID_hmask); in vnet_netgraph_init() 3163 V_ng_name_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_name_hmask); in vnet_netgraph_init()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcbgroup.c | 173 pcbinfo->ipi_wildbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init() 177 pcbgroup->ipg_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init()
|
| H A D | in_pcb.c | 536 pcbinfo->ipi_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbinfo_init() 538 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init() 540 pcbinfo->ipi_lbgrouphashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()
|
| H A D | ip_input.c | 318 V_in_ifaddrhashtbl = hashinit(INADDR_NHASH, M_IFADDR, &V_in_ifaddrhmask); in ip_init()
|
| H A D | siftr.c | 1530 counter_hash = hashinit(SIFTR_EXPECTED_MAX_TCP_FLOWS, M_SIFTR, in init_siftr()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 87 tqenthashtbl = hashinit(mp_ncpus * 8, M_TASKQ, &tqenthash); in system_taskq_init()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 251 void *hashinit(int count, struct malloc_type *type, u_long *hashmask);
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 568 priv->hash = hashinit(16, M_NETGRAPH_SOCK, &priv->hmask); in ng_attach_cntl()
|
| H A D | ng_base.c | 3138 V_ng_ID_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_ID_hmask); in vnet_netgraph_init() 3139 V_ng_name_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_name_hmask); in vnet_netgraph_init()
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 8185 V_spdcachehashtbl = hashinit(V_key_spdcache_maxentries / in spdcache_init() 8277 V_sphashtbl = hashinit(SPHASH_NHASH, M_IPSEC_SP, &V_sphash_mask); in key_init() 8278 V_savhashtbl = hashinit(SAVHASH_NHASH, M_IPSEC_SA, &V_savhash_mask); in key_init() 8279 V_sahaddrhashtbl = hashinit(SAHHASH_NHASH, M_IPSEC_SAH, in key_init() 8281 V_acqaddrhashtbl = hashinit(ACQHASH_NHASH, M_IPSEC_SAQ, in key_init() 8283 V_acqseqhashtbl = hashinit(ACQHASH_NHASH, M_IPSEC_SAQ, in key_init()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 226 V_in6_ifaddrhashtbl = hashinit(IN6ADDR_NHASH, M_IFADDR, in ip6_init()
|