Home
last modified time | relevance | path

Searched refs:hashinit (Results 1 – 25 of 33) sorted by relevance

12

/src/sys/kern/
H A Dvfs_hash.c49 vfs_hash_tbl = hashinit(desiredvnodes, M_VFS_HASH, &vfs_hash_mask); in vfs_hashinit()
213 vfs_hash_newtbl = hashinit(newmaxvnodes, M_VFS_HASH, in vfs_hash_changesize()
H A Dsubr_hash.c81 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() function
H A Dsubr_sfbuf.c94 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask); in sf_buf_init()
H A Duipc_sem.c1035 ksem_dictionary = hashinit(1024, M_KSEM, &ksem_hash); in ksem_module_init()
H A Dkern_thread.c581 tidhashtbl = hashinit(maxproc / 2, M_TIDHASH, &tidhash); in threadinit()
H A Dkern_resource.c1503 uihashtbl = hashinit(maxproc / 16, M_UIDINFO, &uihash); in uihashinit()
/src/sys/dev/hwt/
H A Dhwt_contexthash.c123 hwt_contexthash = hashinit(HWT_CONTEXTHASH_SIZE, M_HWT_CONTEXTHASH, in hwt_contexthash_load()
H A Dhwt_ownerhash.c118 hwt_ownerhash = hashinit(HWT_OWNERHASH_SIZE, M_HWT_OWNERHASH, in hwt_ownerhash_load()
/src/sys/dev/drm2/
H A Ddrm_gem_names.c49 names->names_hash = hashinit(1000 /* XXXKIB */, M_GEM_NAMES, in drm_gem_names_init()
/src/sys/fs/nullfs/
H A Dnull_subr.c78 null_node_hashtbl = hashinit(desiredvnodes, M_NULLFSHASH, in nullfs_init()
/src/sys/fs/pseudofs/
H A Dpseudofs_vncache.c92 pfs_vncache_hashtbl = hashinit(maxproc / 4, M_PFSVNCACHE, &pfs_vncache_hash);
/src/sys/dev/cxgbe/
H A Dt4_clip.c385 sc->clip_table = hashinit(CLIP_HASH_SIZE, M_CXGBE, &sc->clip_mask); in t4_init_clip_table()
846 clip_db = hashinit(CLIP_HASH_SIZE, M_CXGBE, &clip_db_mask); in t4_clip_modload()
/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c81 tqenthashtbl = hashinit(mp_ncpus * 8, M_TASKQ, &tqenthash); in system_taskq_init()
/src/share/man/man9/
H A DMakefile176 hashinit.9 \
1214 MLINKS+=hashinit.9 hashdestroy.9 \
1215 hashinit.9 hashinit_flags.9 \
1216 hashinit.9 phashinit.9
/src/sys/fs/fdescfs/
H A Dfdesc_vnops.c102 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash); in fdesc_init()
/src/sys/netinet/
H A Din_pcb.c568 pcbinfo->ipi_hash_exact = hashinit(hash_nelements, M_PCB, in in_pcbinfo_init()
570 pcbinfo->ipi_hash_wild = hashinit(hash_nelements, M_PCB, in in_pcbinfo_init()
573 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()
575 pcbinfo->ipi_lbgrouphashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()
H A Dsiftr.c1330 counter_hash = hashinit(SIFTR_EXPECTED_MAX_TCP_FLOWS, M_SIFTR, in init_siftr()
H A Dip_input.c316 V_in_ifaddrhashtbl = hashinit(INADDR_NHASH, M_IFADDR, &V_in_ifaddrhmask); in ip_vnet_init()
/src/sys/sys/
H A Dsystm.h149 void *hashinit(int count, struct malloc_type *type, u_long *hashmask);
/src/sys/dev/firmware/arm/
H A Dscmi.c330 trs->inflight_ht = hashinit(td->max_msg, M_DEVBUF, &trs->inflight_mask); in scmi_transport_init()
/src/sys/netgraph/
H A Dng_socket.c573 priv->hash = hashinit(16, M_NETGRAPH_SOCK, &priv->hmask); in ng_attach_cntl()
H A Dng_base.c3145 V_ng_ID_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_ID_hmask); in vnet_netgraph_init()
3146 V_ng_name_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_name_hmask); in vnet_netgraph_init()
/src/sys/netinet6/
H A Dip6_input.c241 V_in6_ifaddrhashtbl = hashinit(IN6ADDR_NHASH, M_IFADDR, in ip6_vnet_init()
/src/sys/netipsec/
H A Dkey.c8534 V_spdcachehashtbl = hashinit(V_key_spdcache_maxentries / in spdcache_init()
8623 V_sphashtbl = hashinit(SPHASH_NHASH, M_IPSEC_SP, &V_sphash_mask); in key_vnet_init()
8624 V_savhashtbl = hashinit(SAVHASH_NHASH, M_IPSEC_SA, &V_savhash_mask); in key_vnet_init()
8625 V_sahaddrhashtbl = hashinit(SAHHASH_NHASH, M_IPSEC_SAH, in key_vnet_init()
8627 V_acqaddrhashtbl = hashinit(ACQHASH_NHASH, M_IPSEC_SAQ, in key_vnet_init()
8629 V_acqseqhashtbl = hashinit(ACQHASH_NHASH, M_IPSEC_SAQ, in key_vnet_init()
/src/sys/fs/unionfs/
H A Dunion_subr.c354 unp->un_hashtbl = hashinit(NUNIONFSNODECACHE, M_UNIONFSHASH, in unionfs_nodeget()

12