Home
last modified time | relevance | path

Searched refs:lockflags (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_qm.c1650 uint lockflags; in xfs_qm_vop_dqalloc() local
1655 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1656 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1668 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1684 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1694 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1695 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1707 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1714 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1715 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
[all …]
/Linux-v4.19/drivers/usb/musb/
Dmusb_gadget_ep0.c913 unsigned long lockflags; in musb_g_ep0_queue() local
929 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue()
984 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
Dmusb_gadget.c1206 unsigned long lockflags; in musb_gadget_queue() local
1243 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1268 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/Linux-v4.19/drivers/net/usb/
Dusbnet.c477 unsigned long lockflags; in rx_submit() local
505 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit()
537 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
Dlan78xx.c3198 unsigned long lockflags; in rx_submit() local
3216 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
3246 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()