Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_qm.c1641 uint lockflags; in xfs_qm_vop_dqalloc() local
1646 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1647 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1659 xfs_iunlock(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()
1701 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1709 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1710 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
[all …]
Dxfs_file.c1025 int lockflags = 0; in xfs_file_fadvise() local
1032 lockflags = XFS_IOLOCK_SHARED; in xfs_file_fadvise()
1033 xfs_ilock(ip, lockflags); in xfs_file_fadvise()
1036 if (lockflags) in xfs_file_fadvise()
1037 xfs_iunlock(ip, lockflags); in xfs_file_fadvise()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_gadget_ep0.c909 unsigned long lockflags; in musb_g_ep0_queue() local
925 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue()
980 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
Dmusb_gadget.c1194 unsigned long lockflags; in musb_gadget_queue() local
1231 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1258 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/kernel/linux/linux-5.10/drivers/net/usb/
Dusbnet.c470 unsigned long lockflags; in rx_submit() local
498 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit()
531 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
Dlan78xx.c3123 unsigned long lockflags; in rx_submit() local
3141 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
3171 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch53043 + unsigned long lockflags;
53052 + spin_lock_irqsave(&storage_lock, lockflags);
53062 + spin_unlock_irqrestore(&storage_lock, lockflags);
53076 + unsigned long lockflags;
53085 + spin_lock_irqsave(&storage_lock, lockflags);
53100 + spin_unlock_irqrestore(&storage_lock, lockflags);
53112 + unsigned long lockflags;
53121 + spin_lock_irqsave(&storage_lock, lockflags);
53130 + spin_unlock_irqrestore(&storage_lock, lockflags);
53142 + unsigned long lockflags;
[all …]