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

1234

/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c869 sx_destroy(&rl->rl_sxlock);
993 sx_destroy(&rl->rl_sxlock);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_device.c2347 sx_destroy(&udev->enum_sx);
2348 sx_destroy(&udev->sr_sx);
2349 sx_destroy(&udev->ctrl_sx);
H A Dusb_dev.c1004 sx_destroy(&usb_sym_lock);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1512 sx_destroy(&cmd->dma_sx);
1524 sx_destroy(&cmd->dma_sx);
/freebsd-12-stable/sys/dev/ichiic/
H A Dig4_iic.c1093 sx_destroy(&sc->call_lock);
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Discsi.c805 sx_destroy(&isc->unit_sx);
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_ipc.c614 sx_destroy(&data->rename_lock);
/freebsd-12-stable/sys/dev/twe/
H A Dtwe_freebsd.c434 sx_destroy(&sc->twe_config_lock);
/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c250 sx_destroy(&cp->co_interlock);
/freebsd-12-stable/sys/security/audit/
H A Daudit_pipe.c190 #define AUDIT_PIPE_SX_LOCK_DESTROY(ap) sx_destroy(&(ap)->ap_sx)
/freebsd-12-stable/sys/kern/
H A Dsubr_epoch.c291 sx_destroy(&epoch->e_drain_sx);
H A Duipc_sem.c1063 sx_destroy(&ksem_dict_lock);
H A Duipc_socket.c481 sx_destroy(&so->so_snd.sb_sx);
482 sx_destroy(&so->so_rcv.sb_sx);
835 sx_destroy(&so->so_snd.sb_sx);
836 sx_destroy(&so->so_rcv.sb_sx);
H A Dkern_sx.c262 sx_destroy(struct sx *sx) function
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_dirhash.c167 sx_destroy(&dh->dh_lock);
H A Dufs_extattr.c206 sx_destroy(&uepm->uepm_lock);
/freebsd-12-stable/stand/kshim/
H A Dbsd_kernel.c303 sx_destroy(struct sx *sx) function
/freebsd-12-stable/sys/geom/raid/
H A Dg_raid.c1902 sx_destroy(&sc->sc_lock);
2058 sx_destroy(&sc->sc_lock);
/freebsd-12-stable/sys/dev/usb/misc/
H A Dcp2112.c747 sx_destroy(&sc->gpio_lock);
/freebsd-12-stable/sys/dev/sound/midi/
H A Dmidi.c1436 sx_destroy(&midistat_lock);
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c622 sx_destroy(&client->cl_lock);
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1534 sx_destroy(&chan->ch_orphan_lock);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_kern.h94 #define NM_MTX_DESTROY(m) sx_destroy(&(m))
/freebsd-12-stable/sys/dev/vnic/
H A Dnicvf_main.c96 sx_destroy(&(nic)->core_sx)
/freebsd-12-stable/sys/fs/cuse/
H A Dcuse.c1397 sx_destroy(&pccmd->sx);

Completed in 413 milliseconds

1234