Symbol: mtx_destroy
lib/libpthread/threads.h
97
void mtx_destroy(mtx_t *);
sys/altq/altq_var.h
69
#define ACC_LOCK_DESTROY(ac) mtx_destroy(&(ac)->acc_mtx)
sys/dev/pci/cxgb/cxgb_adapter.h
421
#define PORT_LOCK_DEINIT(port) mtx_destroy(&(port)->lock)
sys/dev/pci/cxgb/cxgb_adapter.h
427
#define ADAPTER_LOCK_DEINIT(adap) mtx_destroy(&(adap)->lock)
sys/dev/pci/cxgb/cxgb_adapter.h
74
mtx_destroy((lock)); \
sys/dev/pci/cxgb/cxgb_adapter.h
90
#define MTX_DESTROY mtx_destroy
sys/dev/pci/cxgb/cxgb_l2t.h
40
#define rw_destroy(x) mtx_destroy((x))
sys/dev/pci/cxgb/cxgb_offload.c
1553
mtx_destroy(&cxgb_db_lock);
sys/dev/pci/cxgb/cxgb_osdep.h
85
#define RT_LOCK_DESTROY(_rt) mtx_destroy(&(_rt)->rt_mtx)
sys/fs/nfs/client/nfs_clnode.c
171
mtx_destroy(&np->n_mtx);
sys/fs/nfs/client/nfs_clnode.c
333
mtx_destroy(&np->n_mtx);
sys/fs/nfs/client/nfs_clport.c
1415
mtx_destroy(&nfs_clstate_mutex);
sys/fs/nfs/client/nfs_clport.c
1416
mtx_destroy(&ncl_iod_mutex);
sys/fs/nfs/client/nfs_clport.c
280
mtx_destroy(&np->n_mtx);
sys/fs/nfs/client/nfs_clvfsops.c
1626
mtx_destroy(&nmp->nm_sockreq.nr_mtx);
sys/fs/nfs/client/nfs_clvfsops.c
1627
mtx_destroy(&nmp->nm_mtx);
sys/fs/nfs/client/nfs_clvfsops.c
1698
mtx_destroy(&nmp->nm_sockreq.nr_mtx);
sys/fs/nfs/client/nfs_clvfsops.c
1699
mtx_destroy(&nmp->nm_mtx);
sys/fs/nfs/common/nfs_commonport.c
729
mtx_destroy(&nfs_nameid_mutex);
sys/fs/nfs/common/nfs_commonport.c
730
mtx_destroy(&newnfsd_mtx);
sys/fs/nfs/common/nfs_commonport.c
731
mtx_destroy(&nfs_state_mutex);
sys/fs/nfs/common/nfs_commonport.c
732
mtx_destroy(&nfs_sockl_mutex);
sys/fs/nfs/common/nfs_commonport.c
733
mtx_destroy(&nfs_slock_mutex);
sys/fs/nfs/common/nfs_commonport.c
734
mtx_destroy(&nfs_req_mutex);
sys/fs/nfs/common/nfs_commonport.c
735
mtx_destroy(&nfsrv_nfsuserdsock.nr_mtx);
sys/fs/nfs/common/nfs_commonsubs.c
3612
mtx_destroy(&nfsuserhash[i].mtx);
sys/fs/nfs/common/nfs_commonsubs.c
3613
mtx_destroy(&nfsusernamehash[i].mtx);
sys/fs/nfs/common/nfs_commonsubs.c
3614
mtx_destroy(&nfsgroupnamehash[i].mtx);
sys/fs/nfs/common/nfs_commonsubs.c
3615
mtx_destroy(&nfsgrouphash[i].mtx);
sys/fs/nfs/common/nfs_fha.c
123
mtx_destroy(&softc->fha_hash[i].mtx);
sys/fs/nfs/nlm/nlm_prot_impl.c
731
mtx_destroy(&host->nh_lock);
sys/fs/nfs/server/nfs_nfsdport.c
3409
mtx_destroy(&nfsrchash_table[i].mtx);
sys/fs/nfs/server/nfs_nfsdport.c
3410
mtx_destroy(&nfsrcahash_table[i].mtx);
sys/fs/nfs/server/nfs_nfsdport.c
3412
mtx_destroy(&nfsrc_udpmtx);
sys/fs/nfs/server/nfs_nfsdport.c
3413
mtx_destroy(&nfs_v4root_mutex);
sys/fs/nfs/server/nfs_nfsdport.c
3414
mtx_destroy(&nfsv4root_mnt.mnt_mtx);
sys/fs/nfs/server/nfs_nfsdport.c
3416
mtx_destroy(&nfssessionhash[i].mtx);
sys/netinet/sctp_pcb.h
454
#define SCTP_INP_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_mtx)
sys/netinet/sctp_pcb.h
455
#define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_create_mtx)
sys/netinet/sctp_pcb.h
517
#define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_mtx)
sys/netinet/sctp_pcb.h
536
#define SCTP_ITERATOR_LOCK_DESTROY() mtx_destroy(&sctppcbinfo.it_mtx)
tests/lib/libpthread/t_cnd.c
113
mtx_destroy(&b_m);
tests/lib/libpthread/t_cnd.c
163
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
107
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
127
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
133
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
140
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
147
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
154
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
170
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
176
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
183
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
188
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
194
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
201
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
53
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
56
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
59
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
62
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
84
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
89
mtx_destroy(&m);
tests/lib/libpthread/t_mtx.c
98
mtx_destroy(&m);