Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Drwsem.h212 extern int __must_check down_read_interruptible(struct rw_semaphore *sem);
243 DEFINE_GUARD_COND(rwsem_read, _intr, down_read_interruptible(_T) == 0)
/linux-6.15/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_exec.c202 err = down_read_interruptible(&vm->lock); in xe_exec_ioctl()
297 err = down_read_interruptible(&vm->userptr.notifier_lock); in xe_exec_ioctl()
H A Dxe_hw_engine_group.c326 int err = down_read_interruptible(&group->mode_sem); in xe_hw_engine_group_get_mode()
H A Dxe_exec_queue.c675 err = down_read_interruptible(&vm->lock); in xe_exec_queue_create_ioctl()
/linux-6.15/drivers/cxl/core/
H A Dmemdev.c234 rc = down_read_interruptible(&cxl_region_rwsem); in cxl_trigger_poison_list()
238 rc = down_read_interruptible(&cxl_dpa_rwsem); in cxl_trigger_poison_list()
294 rc = down_read_interruptible(&cxl_region_rwsem); in cxl_inject_poison()
298 rc = down_read_interruptible(&cxl_dpa_rwsem); in cxl_inject_poison()
349 rc = down_read_interruptible(&cxl_region_rwsem); in cxl_clear_poison()
353 rc = down_read_interruptible(&cxl_dpa_rwsem); in cxl_clear_poison()
H A Dregion.c144 rc = down_read_interruptible(&cxl_region_rwsem); in uuid_show()
424 rc = down_read_interruptible(&cxl_region_rwsem); in commit_show()
456 rc = down_read_interruptible(&cxl_region_rwsem); in interleave_ways_show()
526 rc = down_read_interruptible(&cxl_region_rwsem); in interleave_granularity_show()
590 rc = down_read_interruptible(&cxl_region_rwsem); in resource_show()
733 rc = down_read_interruptible(&cxl_region_rwsem); in size_show()
767 rc = down_read_interruptible(&cxl_region_rwsem); in show_targetN()
2616 rc = down_read_interruptible(&cxl_region_rwsem); in region_show()
3497 rc = down_read_interruptible(&cxl_region_rwsem); in cxl_region_probe()
/linux-6.15/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-6.15/kernel/locking/
H A Drwsem.c1530 int __sched down_read_interruptible(struct rw_semaphore *sem) in down_read_interruptible() function
1542 EXPORT_SYMBOL(down_read_interruptible);
/linux-6.15/fs/btrfs/
H A Dioctl.c5171 if (down_read_interruptible(&fs_info->subvol_sem) == -EINTR) in btrfs_ioctl_subvol_sync()
/linux-6.15/kernel/events/
H A Dcore.c13201 err = down_read_interruptible(&task->signal->exec_update_lock); in SYSCALL_DEFINE5()