Searched refs:sx_unlock (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.c80 sx_unlock(&smb_vclist.co_interlock);
104 sx_unlock(&smb_vclist.co_interlock);
115 sx_unlock(&smb_vclist.co_interlock);
241 sx_unlock(&cp->co_interlock);
266 sx_unlock(&parent->co_interlock);
280 sx_unlock(&cp->co_interlock);
291 sx_unlock(&cp->co_interlock);
296 sx_unlock(&cp->co_interlock);
301 sx_unlock(&cp->co_interlock);
332 sx_unlock(
[all...]
H A Dsmb_dev.h172 #define SMB_UNLOCK() sx_unlock(&smb_lock)
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Drwlock.h83 #define rw_exit(lock) sx_unlock(lock)
/freebsd-11-stable/sys/dev/extres/phy/
H A Dphy.c115 #define PHY_TOPO_UNLOCK() sx_unlock(&phynode_topo_lock)
121 #define PHYNODE_UNLOCK(_sc) sx_unlock(&((_sc)->lock))
/freebsd-11-stable/sys/dev/mge/
H A Dif_mgevar.h161 #define MGE_SMI_UNLOCK() sx_unlock(&sx_smi)
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c60 #define UINPUT_UNLOCK(state) sx_unlock(&(state)->ucs_lock)
144 sx_unlock(sx);
/freebsd-11-stable/sys/dev/ichiic/
H A Dig4_iic.c492 sx_unlock(&sc->call_lock);
512 sx_unlock(&sc->call_lock);
/freebsd-11-stable/sys/kern/
H A Dkern_procctl.c209 sx_unlock(&proctree_lock);
720 sx_unlock(&proctree_lock);
H A Dkern_lockf.c392 sx_unlock(&lf_lock_owners_lock);
/freebsd-11-stable/sys/sys/
H A Dsx.h259 #define sx_unlock(sx) sx_unlock_((sx), LOCK_FILE, LOCK_LINE) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h155 #define lmutex_unlock(lock) sx_unlock(&(lock)->mtx)
/freebsd-11-stable/sys/dev/ena/
H A Dena.h487 #define ENA_LOCK_UNLOCK(adapter) sx_unlock(&(adapter)->global_lock)
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_gpio.c75 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock)
/freebsd-11-stable/sys/dev/extres/clk/
H A Dclk.c168 #define CLK_TOPO_UNLOCK() sx_unlock(&clk_topo_lock)
174 #define CLKNODE_UNLOCK(_sc) sx_unlock(&((_sc)->lock))
/freebsd-11-stable/sys/dev/extres/regulator/
H A Dregulator.c142 #define REG_TOPO_UNLOCK() sx_unlock(&regnode_topo_lock)
148 #define REGNODE_UNLOCK(_sc) sx_unlock(&((_sc)->lock))
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi.c609 sx_unlock(&sc->unit_sx);
614 sx_unlock(&sc->unit_sx);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c2327 sx_unlock(&usb_sym_lock);
2342 sx_unlock(&usb_sym_lock);
2444 sx_unlock(&usb_sym_lock);
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_devs.c388 sx_unlock(&dm->dm_lock);
H A Ddevfs_vnops.c388 sx_unlock(&dmp->dm_lock);
/freebsd-11-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c73 sx_unlock(&(_sc)->sx)
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c177 sx_unlock(&dh->dh_lock);
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vnops.c1467 sx_unlock(&data->rename_lock);
/freebsd-11-stable/share/man/man9/
H A DMakefile1742 sx.9 sx_unlock.9 \

Completed in 334 milliseconds