Lines Matching defs:wait
22 #include <linux/wait.h>
213 wait_queue_head_t *wait;
244 static bool wait;
285 wait = true;
293 module_param_cb(wait, &wait_ops, &wait, S_IRUGO);
294 MODULE_PARM_DESC(wait, "Wait for tests to complete (default: false)");
435 wake_up_all(done->wait);
983 thread->test_done.wait = &thread->done_wait;
1334 if (params->iterations && wait)
1344 /* when compiled-in wait for drivers to load first */