Searched refs:lockflags (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_qm.c | 1616 uint lockflags; in xfs_qm_vop_dqalloc() local 1621 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc() 1622 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() 1634 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1650 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1664 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc() 1665 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() 1677 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1688 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc() 1689 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() [all …]
|
/linux-4.1.27/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 | 1246 unsigned long lockflags; in musb_gadget_queue() local 1272 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue() 1291 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
|
/linux-4.1.27/drivers/net/usb/ |
D | usbnet.c | 466 unsigned long lockflags; in rx_submit() local 491 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit() 523 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
|