Lines Matching refs:no_wait
30 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 = false; in ttm_bo_reserve_double_resv() local
121 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_double_resv()
124 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_double_resv()
144 bool no_wait = false; in ttm_bo_reserve_deadlock() local
160 err = ttm_bo_reserve(bo1, interruptible, no_wait, &ctx1); in ttm_bo_reserve_deadlock()
163 err = ttm_bo_reserve(bo2, interruptible, no_wait, &ctx1); in ttm_bo_reserve_deadlock()
190 bool no_wait = false; in threaded_ttm_bo_reserve() local
201 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in threaded_ttm_bo_reserve()