Home
last modified time | relevance | path

Searched refs:no_wait (Results 1 – 9 of 9) 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 = false; in ttm_bo_reserve_double_resv() local
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h312 bool no_wait) in ttm_bo_wait() argument
314 struct ttm_operation_ctx ctx = { intr, no_wait }; in ttm_bo_wait()
/linux/fs/netfs/
H A Dfscache_volume.c307 goto no_wait; /* We raced */ in fscache_create_volume()
310 goto no_wait; in fscache_create_volume()
323 no_wait: in fscache_create_volume()
/linux/net/rxrpc/
H A Dsendmsg.c54 goto no_wait; in rxrpc_wait_to_be_connected()
84 no_wait: in rxrpc_wait_to_be_connected()
/linux/fs/afs/
H A Dcell.c258 goto no_wait; in afs_lookup_cell()
344 no_wait: in afs_lookup_cell()
/linux/drivers/md/
H A Ddm-bufio.c1708 int no_wait; member
1716 if (wc->no_wait && test_bit(B_WRITING, &b->state)) in write_one()
1723 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument
1726 struct write_context wc = {.no_wait = no_wait, .write_list = write_list}; in __write_dirty_buffers_async()
/linux/drivers/nvme/target/
H A Dpci-epf.c1575 bool no_wait; in nvmet_pci_epf_exec_iod_work() local
1625 no_wait = !iod->data_len || iod->dma_dir != DMA_TO_DEVICE; in nvmet_pci_epf_exec_iod_work()
1629 if (no_wait) in nvmet_pci_epf_exec_iod_work()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5914 goto no_wait; in igc_watchdog_task()
5931 no_wait: in igc_watchdog_task()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c5654 goto no_wait; in igb_watchdog_task()
5671 no_wait: in igb_watchdog_task()