Searched refs:sx_destroy (Results 51 - 75 of 91) sorted by relevance

1234

/freebsd-11-stable/sys/kern/
H A Dimgact_binmisc.c747 sx_destroy(&interp_list_sx);
H A Dkern_rmlock.c320 sx_destroy(&rm->rm_lock_sx);
H A Duipc_sem.c1047 sx_destroy(&ksem_dict_lock);
H A Dkern_sx.c260 sx_destroy(struct sx *sx) function
H A Dsysv_shm.c1011 sx_destroy(&sysvshmsx);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c2345 sx_destroy(&udev->enum_sx);
2346 sx_destroy(&udev->sr_sx);
2347 sx_destroy(&udev->ctrl_sx);
H A Dusb_dev.c1003 sx_destroy(&usb_sym_lock);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1512 sx_destroy(&cmd->dma_sx);
1524 sx_destroy(&cmd->dma_sx);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.c248 sx_destroy(&cp->co_interlock);
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_extattr.c204 sx_destroy(&uepm->uepm_lock);
H A Dufs_dirhash.c165 sx_destroy(&dh->dh_lock);
/freebsd-11-stable/sys/dev/twe/
H A Dtwe_freebsd.c432 sx_destroy(&sc->twe_config_lock);
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi.c803 sx_destroy(&isc->unit_sx);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c303 sx_destroy(struct sx *sx) function
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c190 #define AUDIT_PIPE_SX_LOCK_DESTROY(ap) sx_destroy(&(ap)->ap_sx)
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c1906 sx_destroy(&sc->sc_lock);
2062 sx_destroy(&sc->sc_lock);
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c1434 sx_destroy(&midistat_lock);
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c619 sx_destroy(&client->cl_lock);
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_main.c96 sx_destroy(&(nic)->core_sx)
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1534 sx_destroy(&chan->ch_orphan_lock);
/freebsd-11-stable/sys/net/
H A Dif_vlan.c234 sx_destroy(&_VLAN_SX_ID)
/freebsd-11-stable/sys/netinet/
H A Dip_carp.c2143 sx_destroy(&carp_sx);
/freebsd-11-stable/sys/dev/md/
H A Dmd.c1918 sx_destroy(&md_sx);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h92 #define NM_MTX_DESTROY(m) sx_destroy(&(m))
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c1399 sx_destroy(&pccmd->sx);

Completed in 417 milliseconds

1234