Searched refs:hashinit (Results 1 - 25 of 30) sorted by path

12

/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c904 XX_MallocTracker = hashinit(64, M_NETCOMMSW_MT,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_gem_names.c51 names->names_hash = hashinit(1000 /* XXXKIB */, M_GEM_NAMES,
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c104 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash);
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c271 unp->un_hashtbl = hashinit(NUNIONFSNODECACHE, M_UNIONFSHASH,
/freebsd-11-stable/sys/kern/
H A Dkern_thread.c344 tidhashtbl = hashinit(maxproc / 2, M_TIDHASH, &tidhash);
H A Dsubr_hash.c85 hashinit(int elements, struct malloc_type *type, u_long *hashmask) function
H A Dsubr_sfbuf.c99 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask);
H A Duipc_sem.c1020 ksem_dictionary = hashinit(1024, M_KSEM, &ksem_hash);
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 Dkern_event.c1551 * Not calling hashinit w/ waitok (proper malloc flag) should be safe.
1600 tmp_knhash = hashinit(KN_HASHSIZE, M_KQUEUE,
H A Dkern_proc.c190 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash);
191 pgrphashtbl = hashinit(maxproc / 4, M_PROC, &pgrphash);
H A Dkern_resource.c1311 uihashtbl = hashinit(maxproc / 16, M_UIDINFO, &uihash);
H A Duipc_shm.c610 shm_dictionary = hashinit(1024, M_SHMFD, &shm_hash);
H A Dvfs_cache.c1869 nchashtbl = hashinit(desiredvnodes * 2, M_VFSCACHE, &nchash);
1927 new_nchashtbl = hashinit(newmaxvnodes, M_VFSCACHE, &new_nchash);
H A Dvfs_subr.c590 syncer_workitem_pending = hashinit(syncer_maxdelay, M_VNODE,
/freebsd-11-stable/sys/netgraph/
H A Dng_socket.c555 priv->hash = hashinit(16, M_NETGRAPH_SOCK, &priv->hmask);
H A Dng_base.c3146 V_ng_ID_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_ID_hmask);
3147 V_ng_name_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_name_hmask);
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c232 pcbinfo->ipi_hashbase = hashinit(hash_nelements, M_PCB,
234 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB,
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.c306 V_in_ifaddrhashtbl = hashinit(INADDR_NHASH, M_IFADDR, &V_in_ifaddrhmask);
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_quota.c1171 dqhashtbl = hashinit(desiredvnodes, M_DQUOT, &dqhash);
/freebsd-11-stable/share/man/man9/
H A DMakefile144 hashinit.9 \
873 MLINKS+=hashinit.9 hashdestroy.9 \
874 hashinit.9 hashinit_flags.9 \
875 hashinit.9 phashinit.9
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c4973 pmc_ownerhash = hashinit(pmc_hashsize, M_PMC,
4976 pmc_processhash = hashinit(pmc_hashsize, M_PMC,
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_subr.c76 null_node_hashtbl = hashinit(desiredvnodes, M_NULLFSHASH,
/freebsd-11-stable/sys/net/
H A Dif_ipsec.c226 V_ipsec_sc_htbl = hashinit(SCHASH_NHASH, M_IPSEC, &V_ipsec_sc_hmask);

Completed in 441 milliseconds

12