Searched refs:lockflags (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_qm.c | 1615 uint lockflags; in xfs_qm_vop_dqalloc() local 1620 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc() 1621 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() 1633 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1649 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1663 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc() 1664 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() 1676 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1687 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc() 1688 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() [all …]
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 934 unsigned long lockflags; in musb_g_ep0_queue() local 950 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue() 1005 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
|
D | musb_gadget.c | 1247 unsigned long lockflags; in musb_gadget_queue() local 1273 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue() 1292 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
|
/linux-4.4.14/drivers/net/usb/ |
D | usbnet.c | 473 unsigned long lockflags; in rx_submit() local 498 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit() 530 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
|
D | lan78xx.c | 2454 unsigned long lockflags; in rx_submit() local 2472 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit() 2502 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()
|