Searched refs:lockflags (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_qm.c | 1641 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 …]
|
D | xfs_file.c | 1025 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/ |
D | musb_gadget_ep0.c | 909 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()
|
D | musb_gadget.c | 1194 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/ |
D | usbnet.c | 470 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()
|
D | lan78xx.c | 3123 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/ |
D | linux-5.10.patch | 53043 + 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 …]
|