Searched refs:wait (Results 276 - 300 of 2174) sorted by path

<<11121314151617181920>>

/linux-master/drivers/atm/
H A Didt77252.c42 #include <linux/wait.h>
H A Diphase.c58 #include <linux/wait.h>
1655 ABR sched 0x6000 and ABR wait queue (1K - 2K) each
1955 ABR sched 0x5000 and ABR wait queue (1K - 2K) each
2090 /* UBR scheduling Table and wait queue */
2091 /* initialize all bytes of UBR scheduler table and wait queue to 0
2094 - UBR wait queue is 4K
2095 since the table and wait queues are contiguous, all the bytes
2116 /* ABR scheduling Table(0x5000-0x57ff) and wait queue(0x5800-0x5fff)*/
2117 /* initialize all bytes of ABR scheduler table and wait queue to 0
2120 - ABR wait queu
[all...]
/linux-master/drivers/auxdisplay/
H A Dht16k33.c78 wait_queue_head_t wait; member in struct:ht16k33_keypad
383 wait_event_timeout(keypad->wait, keypad->stopped,
409 wake_up(&keypad->wait);
514 init_waitqueue_head(&keypad->wait);
/linux-master/drivers/base/
H A Ddd.c26 #include <linux/wait.h>
768 /* wait for the deferred probe workqueue to finish */
771 /* wait for the known devices to complete their probing */
/linux-master/drivers/base/firmware_loader/
H A Dmain.c936 * request_firmware() - send firmware request and wait for it
1474 DEFINE_WAIT(wait);
1488 /* wait for completion of caching firmware for all devices */
/linux-master/drivers/base/power/
H A Druntime.c547 * or wait for it to finish, depending on the RPM_NOWAIT and RPM_ASYNC
620 DEFINE_WAIT(wait); variable
638 prepare_to_wait(&dev->power.wait_queue, &wait,
649 finish_wait(&dev->power.wait_queue, &wait);
753 * earlier, either return immediately or wait for it to finish, depending on the
756 * suspending (deferred_resume) or wait for it to finish. If the RPM_ASYNC
802 DEFINE_WAIT(wait); variable
826 prepare_to_wait(&dev->power.wait_queue, &wait,
838 finish_wait(&dev->power.wait_queue, &wait);
1020 * @delay: Time to wait befor
[all...]
H A Dwakeup.c542 * to wait before the system can be suspended and pass it as the second
972 DEFINE_WAIT(wait);
975 prepare_to_wait(&wakeup_count_wait_queue, &wait,
983 finish_wait(&wakeup_count_wait_queue, &wait);
/linux-master/drivers/base/regmap/
H A Dinternal.h17 #include <linux/wait.h>
/linux-master/drivers/block/aoe/
H A Daoecmd.c1220 DECLARE_WAITQUEUE(wait, current);
1231 add_wait_queue(k->waitq, &wait);
1237 remove_wait_queue(k->waitq, &wait);
/linux-master/drivers/block/
H A Dataflop.c33 * the FDC will otherwise wait forever when no disk is inserted...
74 #include <linux/wait.h>
127 #define FDCCMDADD_H (0x08) /* wait for spin-up */
896 /* wait for IRQ */
944 /* wait for IRQ */
1060 /* wait for interrupt */
1063 /* If reading a whole track, wait about one disk rotation and
1127 /* not yet finished, wait another tenth rotation */
1321 /* wait for interrupt */
1388 /* we must wait fo
[all...]
H A Dloop.c14 #include <linux/wait.h>
H A Dpktcdvd.c714 * wait for completion.
1425 DECLARE_WAITQUEUE(wait, current);
1430 add_wait_queue(&pd->wqueue, &wait);
1481 remove_wait_queue(&pd->wqueue, &wait);
2385 * If not, wait till the work queue size is below the congestion off mark.
H A Dswim.c359 /* wait drive is ready */
369 int wait; local
373 for (wait = 0; wait < HZ; wait++) {
H A Dswim3.c29 #include <linux/wait.h>
200 wait_queue_head_t wait; member in struct:floppy_state
641 /* We must wait a bit for dbdma to stop */
743 /* wait a little while for DMA to complete */
822 wait_event_lock_irq(fs->wait,
825 else if (wait_event_interruptible_lock_irq(fs->wait,
1156 init_waitqueue_head(&fs->wait);
H A Dublk_drv.c21 #include <linux/wait.h>
453 static wait_queue_head_t ublk_idr_wq; /* wait until one idr is freed */
2472 static int ublk_ctrl_del_dev(struct ublk_device **p_ub, bool wait) argument
2506 if (wait && wait_event_interruptible(ublk_idr_wq, ublk_idr_freed(idx)))
2705 /* wait until new ubq_daemon sending all FETCH_REQ */
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h235 /* Minimal set of time stamps to determine if we wait for activity log
259 * how long did we wait for activity log transactions
381 /* has this been submitted, or does it still wait for something else? */
1003 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
2200 /* we wait here
H A Ddrbd_main.c439 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) argument
470 if (wait)
2352 * some drbdsetup commands may wait forever
3536 /* don't wait for pending application IO if the caller indicates that
3681 * drbd_wait_misc - wait for a request to make progress
3689 DEFINE_WAIT(wait);
3703 prepare_to_wait(&device->misc_wait, &wait, TASK_INTERRUPTIBLE);
3706 finish_wait(&device->misc_wait, &wait);
H A Ddrbd_receiver.c268 DEFINE_WAIT(wait);
285 prepare_to_wait(&drbd_pp_wait, &wait, TASK_INTERRUPTIBLE);
306 finish_wait(&drbd_pp_wait, &wait);
479 DEFINE_WAIT(wait);
484 prepare_to_wait(&device->ee_wait, &wait, TASK_UNINTERRUPTIBLE);
487 finish_wait(&device->ee_wait, &wait);
1092 * will see the STATE_SENT flag, and wait for it to be cleared.
1249 * then wait for all completions.
1652 /* wait for all pending IO completions, before we start
2341 * outstanding packets on the msock. We wait fo
[all...]
H A Ddrbd_req.c450 kref_get(&req->kref); /* wait for the DONE */
945 * complete_conflicting_writes - wait for any conflicting write requests
955 DEFINE_WAIT(wait);
974 prepare_to_wait(&device->misc_wait, &wait, TASK_UNINTERRUPTIBLE);
980 finish_wait(&device->misc_wait, &wait);
1524 DEFINE_WAIT(wait);
1533 prepare_to_wait(&device->al_wait, &wait, TASK_UNINTERRUPTIBLE);
1563 finish_wait(&device->al_wait, &wait);
H A Ddrbd_worker.c17 #include <linux/wait.h>
1364 * and to be able to wait for them.
2087 DEFINE_WAIT(wait);
2100 * Then wait for new work (or signal). */
2114 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE);
2153 finish_wait(&connection->sender_work.q_wait, &wait);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c290 enum wait_type wait)
294 permit = rtrs_clt_get_permit(sess->rtrs, con_type, wait);
320 enum wait_type wait)
329 permit = rnbd_get_permit(sess, con_type, wait);
345 init_waitqueue_head(&iu->comp.wait);
397 wake_up(&iu->comp.wait);
412 int *errno, int wait)
424 if (!err && wait) {
425 wait_event(iu->comp.wait, iu->comp.errno != INT_MAX);
445 enum wait_type wait)
288 rnbd_get_permit(struct rnbd_clt_session *sess, enum rtrs_clt_con_type con_type, enum wait_type wait) argument
318 rnbd_get_iu(struct rnbd_clt_session *sess, enum rtrs_clt_con_type con_type, enum wait_type wait) argument
408 send_usr_msg(struct rtrs_clt_sess *rtrs, int dir, struct rnbd_iu *iu, struct kvec *vec, size_t len, struct scatterlist *sg, unsigned int sg_len, void (*conf)(struct work_struct *work), int *errno, int wait) argument
444 send_msg_close(struct rnbd_clt_dev *dev, u32 device_id, enum wait_type wait) argument
530 send_msg_open(struct rnbd_clt_dev *dev, enum wait_type wait) argument
577 send_msg_sess_info(struct rnbd_clt_session *sess, enum wait_type wait) argument
835 DEFINE_WAIT(wait); variable
[all...]
H A Drnbd-clt.h13 #include <linux/wait.h>
39 wait_queue_head_t wait; member in struct:rnbd_iu_comp
/linux-master/drivers/block/xen-blkback/
H A Dcommon.h35 #include <linux/wait.h>
297 /* Thread shutdown wait queue. */
/linux-master/drivers/block/zram/
H A Dzcomp.c10 #include <linux/wait.h>
/linux-master/drivers/bluetooth/
H A Dbluecard_cs.c37 #include <linux/wait.h>
283 DEFINE_WAIT(wait);

Completed in 353 milliseconds

<<11121314151617181920>>