Searched refs:hashinit (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/sys/kern/
H A Dsubr_hash.c85 hashinit(int elements, struct malloc_type *type, u_long *hashmask) function
H A Dvfs_hash.c50 vfs_hash_tbl = hashinit(desiredvnodes, M_VFS_HASH, &vfs_hash_mask);
205 vfs_hash_newtbl = hashinit(newmaxvnodes, M_VFS_HASH,
H A Dsubr_sfbuf.c98 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask);
H A Dvfs_cache.c932 nchashtbl = hashinit(desiredvnodes * 2, M_VFSCACHE, &nchash);
961 new_nchashtbl = hashinit(newmaxvnodes * 2, M_VFSCACHE, &new_nchash);
H A Dkern_thread.c285 tidhashtbl = hashinit(maxproc / 2, M_TIDHASH, &tidhash);
H A Duipc_sem.c1020 ksem_dictionary = hashinit(1024, M_KSEM, &ksem_hash);
H A Duipc_shm.c616 shm_dictionary = hashinit(1024, M_SHMFD, &shm_hash);
H A Dkern_resource.c1221 uihashtbl = hashinit(maxproc / 16, M_UIDINFO, &uihash);
H A Dkern_proc.c179 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash);
180 pgrphashtbl = hashinit(maxproc / 4, M_PROC, &pgrphash);
/freebsd-11.0-release/sys/netinet/
H A Din_pcbgroup.c171 pcbinfo->ipi_wildbase = hashinit(hash_nelements, M_PCB,
175 pcbgroup->ipg_hashbase = hashinit(hash_nelements, M_PCB,
H A Dip_input.c309 V_in_ifaddrhashtbl = hashinit(INADDR_NHASH, M_IFADDR, &V_in_ifaddrhmask);
H A Dsiftr.c1495 counter_hash = hashinit(SIFTR_EXPECTED_MAX_TCP_FLOWS, M_SIFTR,
H A Din_pcb.c236 pcbinfo->ipi_hashbase = hashinit(hash_nelements, M_PCB,
238 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB,
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_gem_names.c51 names->names_hash = hashinit(1000 /* XXXKIB */, M_GEM_NAMES,
/freebsd-11.0-release/sys/fs/nullfs/
H A Dnull_subr.c76 null_node_hashtbl = hashinit(desiredvnodes, M_NULLFSHASH,
/freebsd-11.0-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c99 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash);
/freebsd-11.0-release/sys/sys/
H A Dsystm.h185 void *hashinit(int count, struct malloc_type *type, u_long *hashmask);
/freebsd-11.0-release/sys/contrib/ncsw/user/env/
H A Dxx.c904 XX_MallocTracker = hashinit(64, M_NETCOMMSW_MT,
/freebsd-11.0-release/share/man/man9/
H A DMakefile142 hashinit.9 \
826 MLINKS+=hashinit.9 hashdestroy.9 \
827 hashinit.9 hashinit_flags.9 \
828 hashinit.9 phashinit.9
/freebsd-11.0-release/sys/netgraph/
H A Dng_socket.c555 priv->hash = hashinit(16, M_NETGRAPH_SOCK, &priv->hmask);
H A Dng_base.c3138 V_ng_ID_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_ID_hmask);
3139 V_ng_name_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_name_hmask);
/freebsd-11.0-release/sys/netinet6/
H A Dip6_input.c191 V_in6_ifaddrhashtbl = hashinit(IN6ADDR_NHASH, M_IFADDR,
/freebsd-11.0-release/sys/fs/unionfs/
H A Dunion_subr.c271 unp->un_hashtbl = hashinit(NUNIONFSNODECACHE, M_UNIONFSHASH,
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_quota.c1141 dqhashtbl = hashinit(desiredvnodes, M_DQUOT, &dqhash);
/freebsd-11.0-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c4973 pmc_ownerhash = hashinit(pmc_hashsize, M_PMC,
4976 pmc_processhash = hashinit(pmc_hashsize, M_PMC,

Completed in 244 milliseconds

12