Home
last modified time | relevance | path

Searched refs:no_wait (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c30 bool no_wait; member
37 .no_wait = false,
42 .no_wait = true,
47 .no_wait = false,
67 err = ttm_bo_reserve(bo, params->interruptible, params->no_wait, NULL); in ttm_bo_reserve_optimistic_no_ticket()
77 bool no_wait = true; in ttm_bo_reserve_locked_no_sleep() local
85 err = ttm_bo_reserve(bo, interruptible, no_wait, NULL); in ttm_bo_reserve_locked_no_sleep()
96 bool no_wait = true; in ttm_bo_reserve_no_wait_ticket() local
103 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_no_wait_ticket()
114 bool no_wait in ttm_bo_reserve_double_resv() local
144 bool no_wait = false; ttm_bo_reserve_deadlock() local
190 bool no_wait = false; threaded_ttm_bo_reserve() local
[all...]
/linux/fs/netfs/
H A Dfscache_volume.c308 goto no_wait; /* We raced */ in fscache_create_volume()
311 goto no_wait; in fscache_create_volume()
324 no_wait: in fscache_create_volume()
/linux/fs/
H A Duserfaultfd.c973 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1072 if (no_wait) { in userfaultfd_ctx_read()
1145 bool no_wait; in userfaultfd_read_iter() local
1150 no_wait = file->f_flags & O_NONBLOCK || iocb->ki_flags & IOCB_NOWAIT; in userfaultfd_read_iter()
1154 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read_iter()
1165 no_wait = true; in userfaultfd_read_iter()
/linux/drivers/md/
H A Ddm-bufio.c1701 int no_wait; member
1709 if (wc->no_wait && test_bit(B_WRITING, &b->state)) in write_one()
1716 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument
1719 struct write_context wc = {.no_wait = no_wait, .write_list = write_list}; in __write_dirty_buffers_async()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5913 goto no_wait; in igc_watchdog_task()
5930 no_wait: in igc_watchdog_task()