Searched refs:hashdestroy (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsubr_hash.c92 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) function
H A Duipc_sem.c1046 hashdestroy(ksem_dictionary, M_KSEM, ksem_hash);
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_hashtab.c178 hashdestroy(ht->table, DRM_MEM_HASHTAB, ht->mask);
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_hashtab.c183 hashdestroy(ht->table, DRM_MEM_HASHTAB, ht->mask);
H A Ddrm_gem_names.c71 hashdestroy(names->names_hash, M_GEM_NAMES, names->hash_mask);
/freebsd-11.0-release/sys/netinet/
H A Din_pcbgroup.c211 hashdestroy(pcbgroup->ipg_hashbase, M_PCB,
214 hashdestroy(pcbinfo->ipi_wildbase, M_PCB, pcbinfo->ipi_wildmask);
H A Dsctp_os_bsd.h268 #define SCTP_HASH_FREE(table, hashmark) hashdestroy(table, M_PCB, hashmark)
H A Dip_input.c411 hashdestroy(V_in_ifaddrhashtbl, M_IFADDR, V_in_ifaddrhmask);
H A Dsiftr.c1477 hashdestroy(counter_hash, M_SIFTR, siftr_hashmask);
H A Din_pcb.c261 hashdestroy(pcbinfo->ipi_hashbase, M_PCB, pcbinfo->ipi_hashmask);
262 hashdestroy(pcbinfo->ipi_porthashbase, M_PCB,
/freebsd-11.0-release/sys/fs/nullfs/
H A Dnull_subr.c88 hashdestroy(null_node_hashtbl, M_NULLFSHASH, null_hash_mask);
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c180 hashdestroy(td->listen_hash, M_CXGB, td->listen_mask);
/freebsd-11.0-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c110 hashdestroy(fdhashtbl, M_CACHE, fdhash);
/freebsd-11.0-release/sys/sys/
H A Dsystm.h184 void hashdestroy(void *, struct malloc_type *, u_long);
/freebsd-11.0-release/sys/netgraph/
H A Dng_socket.c660 hashdestroy(priv->hash, M_NETGRAPH_SOCK, priv->hmask);
794 hashdestroy(priv->hash, M_NETGRAPH_SOCK, priv->hmask);
H A Dng_base.c998 hashdestroy(V_ng_name_hash, M_NETGRAPH_NODE, V_ng_name_hmask);
1029 hashdestroy(V_ng_ID_hash, M_NETGRAPH_NODE, V_ng_name_hmask);
3183 hashdestroy(V_ng_name_hash, M_NETGRAPH_NODE, V_ng_name_hmask);
3184 hashdestroy(V_ng_ID_hash, M_NETGRAPH_NODE, V_ng_ID_hmask);
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c938 hashdestroy(td->listen_hash, M_CXGBE, td->listen_mask);
/freebsd-11.0-release/sys/netinet6/
H A Dip6_input.c365 hashdestroy(V_in6_ifaddrhashtbl, M_IFADDR, V_in6_ifaddrhmask);
/freebsd-11.0-release/sys/fs/unionfs/
H A Dunion_subr.c384 hashdestroy(unp->un_hashtbl, M_UNIONFSHASH, unp->un_hashmask);
/freebsd-11.0-release/sys/geom/sched/
H A Dg_sched.c447 hashdestroy(hp, M_GEOM_SCHED, mask);
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_quota.c1153 hashdestroy(dqhashtbl, M_DQUOT, dqhash);
/freebsd-11.0-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c5103 hashdestroy(pmc_processhash, M_PMC, pmc_processhashmask);
5109 hashdestroy(pmc_ownerhash, M_PMC, pmc_ownerhashmask);
/freebsd-11.0-release/share/man/man9/
H A DMakefile826 MLINKS+=hashinit.9 hashdestroy.9 \
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_softdep.c2603 hashdestroy(ump->pagedep_hashtbl, M_PAGEDEP, ump->pagedep_hash_size);
2604 hashdestroy(ump->inodedep_hashtbl, M_INODEDEP, ump->inodedep_hash_size);
2605 hashdestroy(ump->newblk_hashtbl, M_NEWBLK, ump->newblk_hash_size);
2606 hashdestroy(ump->bmsafemap_hashtbl, M_BMSAFEMAP,

Completed in 207 milliseconds