Home
last modified time | relevance | path

Searched refs:sx_sunlock (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/sys/dev/iscsi/
H A Dicl.c107 sx_sunlock(&sc->sc_lock); in sysctl_kern_icl_offloads()
174 sx_sunlock(&sc->sc_lock); in icl_new_conn()
179 sx_sunlock(&sc->sc_lock); in icl_new_conn()
195 sx_sunlock(&sc->sc_lock); in icl_limits()
200 sx_sunlock(&sc->sc_lock); in icl_limits()
301 sx_sunlock(&sc->sc_lock); in icl_unload()
H A Discsi.c1513 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_wait()
1542 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_limits()
1655 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_handoff()
1735 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_fail()
1758 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_connect()
1821 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_send()
1871 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_daemon_receive()
2166 sx_sunlock(&sc->sc_lock); in iscsi_ioctl_session_list()
2679 sx_sunlock(&sc->sc_lock); in iscsi_terminate_sessions()
2713 sx_sunlock(&sc->sc_lock); in iscsi_shutdown_pre()
[all …]
/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.c68 sx_sunlock(&nvmf_transports_lock); in nvmf_allocate_qpair()
273 sx_sunlock(&nvmf_transports_lock); in nvmf_transport_module_handler()
277 sx_sunlock(&nvmf_transports_lock); in nvmf_transport_module_handler()
280 sx_sunlock(&nvmf_transports_lock); in nvmf_transport_module_handler()
/freebsd/sys/kern/
H A Dkern_rctl.c1635 sx_sunlock(&allproc_lock); in sys_rctl_get_racct()
1677 sx_sunlock(&allproc_lock); in sys_rctl_get_racct()
1730 sx_sunlock(&allproc_lock); in sys_rctl_get_rules()
1736 sx_sunlock(&allproc_lock); in sys_rctl_get_rules()
1785 sx_sunlock(&allproc_lock); in sys_rctl_get_rules()
1815 sx_sunlock(&allproc_lock); in sys_rctl_get_limits()
1821 sx_sunlock(&allproc_lock); in sys_rctl_get_limits()
1826 sx_sunlock(&allproc_lock); in sys_rctl_get_limits()
1868 sx_sunlock(&allproc_lock); in sys_rctl_get_limits()
1914 sx_sunlock(&allproc_lock); in sys_rctl_add_rule()
[all …]
H A Dkern_acct.c356 sx_sunlock(&acct_sx); in acct_process()
375 sx_sunlock(&proctree_lock); in acct_process()
428 sx_sunlock(&acct_sx); in acct_process()
H A Dtty_tty.c82 sx_sunlock(&proctree_lock); in ctty_clone()
H A Dkern_mib.c386 sx_sunlock(&allprison_lock); in sysctl_hostname()
433 sx_sunlock(&allprison_lock); in sysctl_kern_securelvl()
446 sx_sunlock(&allprison_lock); in sysctl_kern_securelvl()
498 sx_sunlock(&allprison_lock); in sysctl_hostid()
H A Dkern_ktrace.c1087 sx_sunlock(&allproc_lock); in sys_ktrace()
1092 sx_sunlock(&allproc_lock); in sys_ktrace()
1105 sx_sunlock(&proctree_lock); in sys_ktrace()
1116 sx_sunlock(&proctree_lock); in sys_ktrace()
1134 sx_sunlock(&proctree_lock); in sys_ktrace()
1142 sx_sunlock(&proctree_lock); in sys_ktrace()
H A Dkern_resource.c124 sx_sunlock(&proctree_lock); in kern_getpriority()
128 sx_sunlock(&proctree_lock); in kern_getpriority()
155 sx_sunlock(&allproc_lock); in kern_getpriority()
216 sx_sunlock(&proctree_lock); in kern_setpriority()
220 sx_sunlock(&proctree_lock); in kern_setpriority()
247 sx_sunlock(&allproc_lock); in kern_setpriority()
H A Dsubr_prf.c193 sx_sunlock(&proctree_lock); in uprintf()
201 sx_sunlock(&proctree_lock); in uprintf()
208 sx_sunlock(&proctree_lock); in uprintf()
260 sx_sunlock(&proctree_lock); in vtprintf()
H A Dsys_procdesc.c142 sx_sunlock(&proctree_lock); in procdesc_find()
542 sx_sunlock(&proctree_lock); in procdesc_stat()
/freebsd/sys/geom/concat/
H A Dg_concat.c201 sx_sunlock(&sc->sc_disks_lock); in g_concat_access()
205 sx_sunlock(&sc->sc_disks_lock); in g_concat_access()
435 sx_sunlock(&sc->sc_disks_lock); in g_concat_start()
541 sx_sunlock(&sc->sc_disks_lock); in g_concat_add_disk()
551 sx_sunlock(&sc->sc_disks_lock); in g_concat_add_disk()
562 sx_sunlock(&sc->sc_disks_lock); in g_concat_add_disk()
570 sx_sunlock(&sc->sc_disks_lock); in g_concat_add_disk()
581 sx_sunlock(&sc->sc_disks_lock); in g_concat_add_disk()
611 sx_sunlock(&sc->sc_disks_lock); // need lock for check_and_run in g_concat_add_disk()
615 sx_sunlock(&sc->sc_disks_lock); in g_concat_add_disk()
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c106 sx_sunlock(&ffs_susp_lock); in ffs_susp_rdwr()
115 sx_sunlock(&ffs_susp_lock); in ffs_susp_rdwr()
169 sx_sunlock(&ffs_susp_lock); in ffs_susp_rdwr()
/freebsd/sys/vm/
H A Dvm_swapout.c464 sx_sunlock(&allproc_lock); in vm_daemon()
515 sx_sunlock(&allproc_lock); in vm_daemon()
753 sx_sunlock(&allproc_lock); in swapper()
825 sx_sunlock(&allproc_lock); in swapout_procs()
860 sx_sunlock(&allproc_lock); in swapout_procs()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c204 sx_sunlock(&np->lock); in nvmft_populate_active_nslist()
917 sx_sunlock(&nvmft_ports_lock); in nvmft_handoff()
924 sx_sunlock(&nvmft_ports_lock); in nvmft_handoff()
932 sx_sunlock(&nvmft_ports_lock); in nvmft_handoff()
994 sx_sunlock(&np->lock); in nvmft_list()
996 sx_sunlock(&nvmft_ports_lock); in nvmft_list()
1050 sx_sunlock(&np->lock); in nvmft_terminate()
1052 sx_sunlock(&nvmft_ports_lock); in nvmft_terminate()
H A Dnvmft_controller.c197 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
208 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
218 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
233 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
244 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
255 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
266 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
279 sx_sunlock(&np->lock); in nvmft_handoff_io_queue()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c74 sx_sunlock(&allprison_lock); in zone_dataset_attach()
124 sx_sunlock(&allprison_lock); in zone_dataset_detach()
/freebsd/sys/compat/linux/
H A Dlinux_emul.h77 #define LINUX_PEM_SUNLOCK(p) sx_sunlock(&(p)->pem_sx)
/freebsd/sys/cddl/dev/kinst/
H A Dtrampoline.c306 sx_sunlock(&allproc_lock); in kinst_trampoline_init()
340 sx_sunlock(&allproc_lock); in kinst_trampoline_deinit()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_cfg_dev_dbg.c35 sx_sunlock(&dev_cfg->lock); in qat_dev_cfg_show()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drwsem.h45 #define up_read(_rw) sx_sunlock(&(_rw)->sx)
/freebsd/sys/x86/iommu/
H A Dintel_idpgtbl.c198 sx_sunlock(&idpgtbl_lock); in domain_get_idmap_pgtbl()
209 sx_sunlock(&idpgtbl_lock); in domain_get_idmap_pgtbl()
289 sx_sunlock(&idpgtbl_lock); in put_idmap_pgtbl()
298 sx_sunlock(&idpgtbl_lock); in put_idmap_pgtbl()
/freebsd/sys/rpc/
H A Dauth_unix.c168 sx_sunlock(&auth_unix_lock); in authunix_create()
174 sx_sunlock(&auth_unix_lock); in authunix_create()
/freebsd/sys/fs/autofs/
H A Dautofs.h62 #define AUTOFS_SUNLOCK(X) sx_sunlock(&X->am_lock)
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den_rl.h54 #define MLX5E_RL_RUNLOCK(rl) sx_sunlock(&(rl)->rl_sxlock)

1234