Lines Matching defs:wait
25 #include <linux/wait.h>
63 get a number that causes us to just busy wait
75 static int reset_time = 2; /* hundreths of a second we wait after a HW
79 static int ramcheck_time = 20; /* time in seconds to wait while ROM code
83 static int osrun_time = 10; /* time in seconds we wait for the OS to
93 MODULE_PARM_DESC(wait_usecs, "how long to wait without sleeping, usecs");
97 MODULE_PARM_DESC(sleep_tries, "how many times to try sleeping during a wait");
101 MODULE_PARM_DESC(reset_time, "how long to wait for a reset to take effect");
103 MODULE_PARM_DESC(ramcheck_time, "how many seconds to wait for the RAM test");
105 MODULE_PARM_DESC(osrun_time, "how many seconds to wait for the ICS2115 OS");
1792 wait_queue_entry_t wait;
1794 init_waitqueue_entry(&wait, current);
1796 add_wait_queue(&dev->interrupt_sleeper, &wait);
1893 will work. So, issue one of them, and wait for TX