Lines Matching defs:wait
138 /* time to wait for MAC or FCT to stop (jiffies) */
141 /* time to wait between polling MAC or FCT state (ms) */
455 wait_queue_head_t *wait;
1045 /* clear it and wait to be cleared */
1098 /* clear it and wait to be cleared */
3149 DECLARE_WAITQUEUE(wait, current);
3153 add_wait_queue(&unlink_wakeup, &wait);
3155 dev->wait = &unlink_wakeup;
3158 /* maybe wait for deletions to finish. */
3167 dev->wait = NULL;
3168 remove_wait_queue(&unlink_wakeup, &wait);