Searched refs:lockflags (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_qm.c | 1650 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/ |
D | musb_gadget_ep0.c | 913 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()
|
D | musb_gadget.c | 1206 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/ |
D | usbnet.c | 477 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()
|
D | lan78xx.c | 3198 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()
|