Searched refs:no_wait (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/ttm/tests/ |
| A D | ttm_bo_test.c | 30 bool no_wait; member 37 .no_wait = false, 42 .no_wait = true, 47 .no_wait = false, 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 144 bool no_wait = false; in ttm_bo_reserve_deadlock() local [all …]
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | ttm_object.h | 312 bool no_wait) in ttm_bo_wait() argument 314 struct ttm_operation_ctx ctx = { intr, no_wait }; in ttm_bo_wait()
|
| /drivers/md/ |
| A D | dm-bufio.c | 1701 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()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_gem.c | 986 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 998 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc_main.c | 5913 goto no_wait; in igc_watchdog_task() 5930 no_wait: in igc_watchdog_task()
|
| /drivers/net/ethernet/intel/igb/ |
| A D | igb_main.c | 5659 goto no_wait; in igb_watchdog_task() 5676 no_wait: in igb_watchdog_task()
|
Completed in 43 milliseconds