Searched refs:rw_destroy (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/sys/dev/mem/
H A Dmemutil.c62 rw_destroy(&mr_lock);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drwlock.h75 #define rw_destroy(lock) sx_destroy(lock) macro
/freebsd-13-stable/sys/net/route/
H A Dnhop_var.h71 #define NHOPS_LOCK_DESTROY(ctl) rw_destroy(&(ctl)->ctl_lock)
/freebsd-13-stable/sys/netinet/cc/
H A Dcc.h183 #define CC_LIST_LOCK_DESTROY() rw_destroy(&cc_list_lock)
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Drwlock.h75 #define rw_destroy(lock) sx_destroy(lock) macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drwlock.h133 #define rw_destroy(rwp) ((void) 0) macro
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h107 rw_destroy(pthread_rwlock_t *lock) __requires_unlocked(*lock)
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_bdg.h43 #define BDG_RWDESTROY(b) rw_destroy(&(b)->bdg_lock)
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h105 rw_destroy(pthread_rwlock_t *lock) function
/freebsd-13-stable/sys/netinet/
H A Dsctp_lock_bsd.h91 rw_destroy(&SCTP_BASE_INFO(ipi_ep_mtx)); \
158 rw_destroy(&SCTP_BASE_INFO(ipi_addr_mtx)); \
H A Din_pcb.h580 #define INP_LOCK_DESTROY(inp) rw_destroy(&(inp)->inp_lock)
641 #define INP_LIST_LOCK_DESTROY(ipi) rw_destroy(&(ipi)->ipi_list_lock)
H A Dtcp_timewait.c125 #define TW_LOCK_DESTROY(tw) rw_destroy(&(tw))
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h222 rw_destroy(&(zfsvfs)->z_teardown_inactive_lock)
/freebsd-13-stable/sys/fs/nullfs/
H A Dnull_subr.c89 rw_destroy(&null_hash_lock);
/freebsd-13-stable/sys/net/
H A Dif_llatbl.h96 #define LLE_LOCK_DESTROY(lle) rw_destroy(&(lle)->lle_lock)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c326 rw_destroy(&tq->tq_threadlock);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_smt.c261 rw_destroy(&s->lock);
H A Dt4_l2t.c364 rw_destroy(&d->lock);
/freebsd-13-stable/sys/crypto/blake2/
H A Dblake2_cryptodev.c167 rw_destroy(&sc->lock);
/freebsd-13-stable/sys/sys/
H A Drwlock.h165 #define rw_destroy(rw) \ macro
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h425 rw_destroy(&(_chain)->rwmtx); \
426 rw_destroy(&(_chain)->uh_lock); \
447 rw_destroy(&(_chain)->uh_lock); \
/freebsd-13-stable/sys/crypto/armv8/
H A Darmv8_crypto.c184 rw_destroy(&sc->lock);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/os/
H A Dmodhash.c527 rw_destroy(&hash->mh_contents);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c345 rw_destroy(&vd->vd_lock);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c961 rw_destroy(&inject_lock);

Completed in 130 milliseconds

123