Searched refs:sync_wait (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/sync/ |
| H A D | sync_fence.c | 45 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 53 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 61 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 67 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait()
|
| H A D | sync_wait.c | 56 ret = sync_wait(merged, 0); in test_fence_multi_timeline_wait() 79 ret = sync_wait(merged, 100); in test_fence_multi_timeline_wait()
|
| H A D | sync_stress_merge.c | 97 ret = sync_wait(fence, 0); in test_merge_stress_random_merge() 106 ret = sync_wait(fence, 0); in test_merge_stress_random_merge()
|
| H A D | sync_stress_consumer.c | 82 ASSERT(sync_wait(fence, -1) > 0, in mpsc_producer_thread() 133 ASSERT(sync_wait(fence, -1) > 0, in mpcs_consumer_thread()
|
| H A D | sync.h | 35 int sync_wait(int fd, int timeout);
|
| H A D | Makefile | 21 TESTS += sync_wait.o
|
| H A D | sync_stress_parallelism.c | 54 ret = sync_wait(fence, -1); in test_stress_two_threads_shared_timeline_thread()
|
| H A D | sync.c | 58 int sync_wait(int fd, int timeout) in sync_wait() function
|
| /linux/drivers/usb/atm/ |
| H A D | ueagle-atm.c | 530 static bool sync_wait[NB_MODEM]; variable 539 module_param_array(sync_wait, bool, NULL, 0644); 540 MODULE_PARM_DESC(sync_wait, "wait the synchronisation before starting ATM"); 2504 usbatm->flags = (sync_wait[modem_index] ? 0 : UDSL_SKIP_HEAVY_INIT); in uea_bind()
|