Searched refs:wait (Results 451 - 475 of 2180) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dconsole_struct.h16 #include <linux/wait.h>
/linux-master/arch/sh/include/asm/
H A Ddma.h11 #include <linux/wait.h>
/linux-master/include/net/
H A Dsmc.h17 #include <linux/wait.h>
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c14 #include <sys/wait.h>
/linux-master/drivers/char/hw_random/
H A Dnomadik-rng.c16 static int nmk_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) argument
23 * once and accept the very unlikely very small delay, even if wait==0.
H A Dba431-rng.c115 static int ba431_trng_read(struct hwrng *rng, void *buf, size_t max, bool wait) argument
130 if (!wait)
152 return (n || !wait) ? n : -EIO;
H A Dks-sa-rng.c176 static int ks_sa_rng_data_present(struct hwrng *rng, int wait) argument
184 if (wait && now < ks_sa_rng->ready_ts) {
196 if (ready || !wait)
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c8 #include <sys/wait.h>
127 FAIL_IF_EXIT_MSG(waitpid(pid, &wstatus, 0) == -1, "wait failed");
/linux-master/drivers/rpmsg/
H A Drpmsg_internal.h78 poll_table *wait);
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c529 * @wait: wait queue that handles blocking reads of events
545 wait_queue_head_t wait; member in struct:linereq
691 wake_up_poll(&lr->wait, EPOLLIN | EPOLLERR);
701 scoped_guard(spinlock, &lr->wait.lock) {
709 wake_up_poll(&lr->wait, EPOLLIN);
1595 struct poll_table_struct *wait)
1605 poll_wait(file, &lr->wait, wait);
1608 &lr->wait
1594 linereq_poll(struct file *file, struct poll_table_struct *wait) argument
1907 wait_queue_head_t wait; member in struct:lineevent_state
1917 lineevent_poll(struct file *file, struct poll_table_struct *wait) argument
2429 wait_queue_head_t wait; member in struct:gpio_chardev_data
[all...]
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c20 #include <sys/wait.h>
142 if (wait(&wstatus) == -1)
143 error(1, errno, "wait");
145 error(1, errno, "wait: unexpected child result");
159 if (wait(&wstatus) == -1)
160 error(1, errno, "wait");
162 error(1, errno, "wait: unexpected child result");
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c213 DEFINE_WAIT(wait);
236 prepare_to_wait(&solo_dev->i2c_wait, &wait,
250 finish_wait(&solo_dev->i2c_wait, &wait);
/linux-master/sound/core/seq/oss/
H A Dseq_oss.c49 static __poll_t odev_poll(struct file *file, poll_table * wait);
201 odev_poll(struct file *file, poll_table * wait) argument
207 return snd_seq_oss_poll(dp, file, wait);
/linux-master/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py190 # Short wait needed to allow file to close before pulling driver
194 p.wait()
196 p.wait()
198 p.wait()
200 # Short wait needed to allow driver time to get inserted
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.h24 #include <linux/wait.h>
246 int omap3isp_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait,
249 int omap3isp_module_sync_is_stopping(wait_queue_head_t *wait,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dqp.c27 struct iowait_work *wait,
31 static void iowait_wakeup(struct iowait *wait, int reason);
32 static void iowait_sdma_drained(struct iowait *wait);
411 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait) argument
415 if (iowait_set_work_flag(wait) == IOWAIT_IB_SE) {
438 struct iowait_work *wait,
460 list_add_tail(&stx->list, &wait->tx_head);
478 hfi1_qp_unbusy(qp, wait);
493 static void iowait_wakeup(struct iowait *wait, int reason) argument
495 struct rvt_qp *qp = iowait_to_qp(wait);
436 iowait_sleep( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *stx, uint seq, bool pkts_sent) argument
501 iowait_sdma_drained(struct iowait *wait) argument
[all...]
/linux-master/fs/crypto/
H A Dkeysetup_v1.c53 DECLARE_CRYPTO_WAIT(wait);
70 crypto_req_done, &wait);
79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/linux-master/drivers/dma/idxd/
H A Dsubmit.c31 DEFINE_SBQ_WAIT(wait);
49 sbitmap_prepare_to_wait(sbq, ws, &wait, TASK_INTERRUPTIBLE);
58 sbitmap_finish_wait(sbq, ws, &wait);
/linux-master/block/
H A Dblk-rq-qos.h9 #include <linux/wait.h>
23 wait_queue_head_t wait; member in struct:rq_wait
85 init_waitqueue_head(&rq_wait->wait);
/linux-master/fs/btrfs/
H A Dblock-group.h11 #include <linux/wait.h>
105 wait_queue_head_t wait; member in struct:btrfs_caching_control
312 int btrfs_cache_block_group(struct btrfs_block_group *cache, bool wait);
/linux-master/net/llc/
H A Daf_llc.c583 DEFINE_WAIT_FUNC(wait, woken_wake_function);
586 add_wait_queue(sk_sleep(sk), &wait); local
589 READ_ONCE(sk->sk_state) == TCP_CLOSE, &wait))
599 remove_wait_queue(sk_sleep(sk), &wait); local
605 DEFINE_WAIT_FUNC(wait, woken_wake_function);
607 add_wait_queue(sk_sleep(sk), &wait); local
610 READ_ONCE(sk->sk_state) != TCP_SYN_SENT, &wait))
615 remove_wait_queue(sk_sleep(sk), &wait); local
621 DEFINE_WAIT_FUNC(wait, woken_wake_function);
625 add_wait_queue(sk_sleep(sk), &wait); local
641 remove_wait_queue(sk_sleep(sk), &wait); local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c28 #include <sys/wait.h>
476 wait(&status);
511 wait(&status);
536 wait(&status);
590 wait(&status);
/linux-master/net/bluetooth/cmtp/
H A Dcore.c283 DEFINE_WAIT_FUNC(wait, woken_wake_function);
289 add_wait_queue(sk_sleep(sk), &wait); local
310 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
312 remove_wait_queue(sk_sleep(sk), &wait); local
368 init_waitqueue_head(&session->wait);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cmd.c8 #include <linux/wait.h>
86 q = &dev->cmds[tRsp.seqno].wait;
139 q = &dev->cmds[tRsp.seqno].wait;
242 * the event never occurred, or SAA_OK if it was signaled during the wait.
259 q = &dev->cmds[seqno].wait;
264 /* If we haven't been signalled we need to wait */
320 wake_up(&dev->cmds[i].wait);
/linux-master/drivers/rtc/
H A Ddev.c146 DECLARE_WAITQUEUE(wait, current);
153 add_wait_queue(&rtc->irq_queue, &wait);
177 remove_wait_queue(&rtc->irq_queue, &wait);
191 static __poll_t rtc_dev_poll(struct file *file, poll_table *wait) argument
196 poll_wait(file, &rtc->irq_queue, wait);

Completed in 242 milliseconds

<<11121314151617181920>>