Home
last modified time | relevance | path

Searched refs:down_read_interruptible (Results 1 – 10 of 10) sorted by relevance

/linux/fs/netfs/
H A Dlocking.c62 if (down_read_interruptible(&inode->i_rwsem) < 0) in netfs_start_io_read()
174 if (down_read_interruptible(&inode->i_rwsem) < 0) in netfs_start_io_direct()
/linux/include/linux/
H A Drwsem.h224 extern int __must_check down_read_interruptible(struct rw_semaphore *sem);
255 DEFINE_GUARD_COND(rwsem_read, _intr, down_read_interruptible(_T), _RET == 0)
/linux/drivers/gpu/drm/xe/
H A Dxe_hmm.c30 ret = down_read_interruptible(notifier_sem); in xe_alloc_sg()
297 ret = down_read_interruptible(&vm->userptr.notifier_lock); in xe_hmm_userptr_populate_range()
H A Dxe_hw_engine_group.c301 int err = down_read_interruptible(&group->mode_sem); in xe_hw_engine_group_get_mode()
H A Dxe_exec_queue.c661 err = down_read_interruptible(&vm->lock); in xe_exec_queue_create_ioctl()
/linux/drivers/dax/
H A Dbus.c208 rc = down_read_interruptible(&dax_dev_rwsem); in dax_bus_probe()
316 rc = down_read_interruptible(&dax_region_rwsem); in available_size_show()
336 rc = down_read_interruptible(&dax_region_rwsem); in seed_show()
357 rc = down_read_interruptible(&dax_region_rwsem); in create_show()
937 rc = down_read_interruptible(&dax_dev_rwsem); in size_show()
/linux/drivers/virt/coco/guest/
H A Dtsm-mr.c54 rc = down_read_interruptible(&ctx->rwsem); in tm_digest_read()
/linux/kernel/locking/
H A Drwsem.c1543 int __sched down_read_interruptible(struct rw_semaphore *sem) in down_read_interruptible() function
1555 EXPORT_SYMBOL(down_read_interruptible);
/linux/fs/btrfs/
H A Dioctl.c5163 if (down_read_interruptible(&fs_info->subvol_sem) == -EINTR) in btrfs_ioctl_subvol_sync()
/linux/kernel/events/
H A Dcore.c13508 err = down_read_interruptible(&task->signal->exec_update_lock); in SYSCALL_DEFINE5()