Searched refs:wait (Results 51 - 75 of 2174) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dhw_random.h43 int (*data_present)(struct hwrng *rng, int wait);
45 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait);
H A Dlp.h12 #include <linux/wait.h>
24 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */
25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */
51 unsigned int wait; member in struct:lp_struct
H A Dumh.h14 #define UMH_NO_WAIT 0x00 /* don't wait at all */
15 #define UMH_WAIT_EXEC 0x01 /* wait for the exec, but not the process */
16 #define UMH_WAIT_PROC 0x02 /* wait for the process to complete */
17 #define UMH_KILLABLE 0x04 /* wait for EXEC/PROC killable */
18 #define UMH_FREEZABLE 0x08 /* wait for EXEC/PROC freezable */
26 int wait; member in struct:subprocess_info
34 call_usermodehelper(const char *path, char **argv, char **envp, int wait);
43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
H A Dcompletion.h8 * Atomic wait-for-completion handler data structures.
18 * Completions currently use a FIFO to queue threads that have to wait for
28 struct swait_queue_head wait; member in struct:completion
36 { 0, __SWAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
87 init_swait_queue_head(&x->wait);
H A Deventfd.h12 #include <linux/wait.h>
39 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
70 wait_queue_entry_t *wait, __u64 *cnt)
69 eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait, __u64 *cnt) argument
/linux-master/drivers/scsi/fnic/
H A Dvnic_dev.c62 int wait);
249 static int vnic_dev_cmd1(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
283 for (delay = 0; delay < wait; delay++) {
312 int wait)
379 for (delay = 0; delay < wait; delay++) {
501 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)
508 err = (*vdev->devcmd_rtn)(vdev, cmd, wait);
518 u64 *a0, u64 *a1, int wait)
525 return vnic_dev_cmd_no_proxy(vdev, cmd, a0, a1, wait);
534 int wait local
311 vnic_dev_cmd2(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
500 vnic_dev_cmd_no_proxy(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
517 vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
559 int wait = 1000; local
591 int wait = 1000; local
598 int wait = 1000; local
617 int wait = 1000; local
624 int wait = 1000; local
631 int wait = 1000; local
638 int wait = 1000; local
645 int wait = 1000; local
662 int wait = 1000; local
669 int wait = 1000; local
686 int wait = 1000; local
693 int wait = 1000; local
713 int wait = 1000; local
730 int wait = 1000; local
745 int wait = 1000; local
760 int wait = 1000; local
780 int wait = 1000; local
814 int wait = 1000; local
821 int wait = 1000; local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_irq.h26 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait,
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_driver.h12 #include <linux/wait.h>
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.h12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgk20a.c29 .bar1.wait = gf100_bar_bar1_wait,
H A Dgm20b.c29 .bar1.wait = gm107_bar_bar1_wait,
/linux-master/drivers/gpu/host1x/
H A Djob.h33 struct host1x_job_wait wait; member in union:host1x_job_cmd::__anon855
/linux-master/drivers/soc/qcom/
H A Dtrace-rpmh.h54 __field(bool, wait)
65 __entry->wait = c->wait;
76 __entry->addr, __entry->data, __entry->wait)
/linux-master/include/uapi/linux/
H A Ddlm_plock.h34 __u8 wait; member in struct:dlm_plock_info
/linux-master/net/atm/
H A Dsvc.c13 #include <linux/wait.h>
53 DEFINE_WAIT(wait);
61 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); local
66 finish_wait(sk_sleep(sk), &wait); local
103 DEFINE_WAIT(wait);
137 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); local
142 finish_wait(sk_sleep(sk), &wait); local
159 DEFINE_WAIT(wait);
219 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); local
223 prepare_to_wait(sk_sleep(sk), &wait, local
242 prepare_to_wait(sk_sleep(sk), &wait, local
249 prepare_to_wait(sk_sleep(sk), &wait, local
260 finish_wait(sk_sleep(sk), &wait); local
308 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); local
313 finish_wait(sk_sleep(sk), &wait); local
349 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); local
369 prepare_to_wait(sk_sleep(sk), &wait, local
372 finish_wait(sk_sleep(sk), &wait); local
445 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); local
452 finish_wait(sk_sleep(sk), &wait); local
549 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); local
554 finish_wait(sk_sleep(sk), &wait); local
572 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); local
577 finish_wait(sk_sleep(sk), &wait); local
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtask_event_pinned_vs_ebb_test.c11 #include <sys/wait.h>
63 /* Signal the child to install its EBB event and wait */
65 /* If it fails, wait for it to exit */
66 goto wait;
71 wait:
H A Dtask_event_vs_ebb_test.c11 #include <sys/wait.h>
61 /* Signal the child to install its EBB event and wait */
63 /* If it fails, wait for it to exit */
64 goto wait;
69 wait:
H A Dcpu_event_vs_ebb_test.c11 #include <sys/wait.h>
65 /* Signal the child to install its EBB event and wait */
67 /* If it fails, wait for it to exit */
68 goto wait;
73 wait:
H A Dcpu_event_pinned_vs_ebb_test.c11 #include <sys/wait.h>
67 /* Signal the child to install its EBB event and wait */
69 /* If it fails, wait for it to exit */
70 goto wait;
75 wait:
/linux-master/drivers/misc/ibmasm/
H A Dr_heartbeat.c38 init_waitqueue_head(&rhb->wait);
67 wait_event_interruptible_timeout(rhb->wait,
85 wake_up_interruptible(&rhb->wait);
/linux-master/drivers/scsi/snic/
H A Dvnic_dev.c55 int wait);
248 int wait)
315 for (delay = 0; delay < wait; delay++) {
434 u64 *a0, u64 *a1, int wait)
442 err = (*vdev->devcmd_rtn)(vdev, cmd, wait);
454 int wait = VNIC_DVCMD_TMO; local
467 err = svnic_dev_cmd(vdev, CMD_MCPU_FW_INFO, &a0, &a1, wait);
479 int wait = VNIC_DVCMD_TMO; local
485 err = svnic_dev_cmd(vdev, CMD_DEV_SPEC, &a0, &a1, wait);
511 int wait local
247 _svnic_dev_cmd2(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
433 svnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
519 int wait = VNIC_DVCMD_TMO; local
538 int wait = VNIC_DVCMD_TMO; local
546 int wait = VNIC_DVCMD_TMO; local
559 int wait = VNIC_DVCMD_TMO; local
567 int wait = VNIC_DVCMD_TMO; local
575 int wait = VNIC_DVCMD_TMO; local
592 int wait = VNIC_DVCMD_TMO; local
612 int wait = VNIC_DVCMD_TMO; local
646 int wait = VNIC_DVCMD_TMO; local
[all...]
/linux-master/fs/bcachefs/
H A Dthread_with_file.c95 init_waitqueue_head(&buf->wait);
105 wake_up(&thr->stdio.input.wait);
106 wake_up(&thr->stdio.output.wait);
119 ret = wait_event_interruptible(buf->wait, stdio_redirect_has_output(&thr->stdio));
198 wake_up(&buf->wait);
205 ret = wait_event_interruptible(buf->wait,
215 static __poll_t thread_with_stdio_poll(struct file *file, struct poll_table_struct *wait) argument
220 poll_wait(file, &thr->stdio.output.wait, wait);
221 poll_wait(file, &thr->stdio.input.wait, wai
234 thread_with_stdout_poll(struct file *file, struct poll_table_struct *wait) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Devent.c98 nvkm_event_ntfy_block_(struct nvkm_event_ntfy *ntfy, bool wait) argument
102 nvkm_trace(subdev, "event: ntfy block %08x on %d wait:%d\n", ntfy->bits, ntfy->id, wait);
106 if (wait)
115 nvkm_event_ntfy_block_(ntfy, ntfy->wait);
125 if (ntfy->wait)
146 nvkm_event_ntfy_add(struct nvkm_event *event, int id, u32 bits, bool wait, nvkm_event_func func, argument
149 nvkm_trace(event->subdev, "event: ntfy add %08x on %d wait:%d\n", id, bits, wait);
154 ntfy->wait
[all...]
/linux-master/fs/ecryptfs/
H A Dkthread.c12 #include <linux/wait.h>
28 wait_queue_head_t wait; member in struct:ecryptfs_kthread_ctl
49 ecryptfs_kthread_ctl.wait,
77 init_waitqueue_head(&ecryptfs_kthread_ctl.wait);
103 wake_up(&ecryptfs_kthread_ctl.wait);
153 wake_up(&ecryptfs_kthread_ctl.wait);
/linux-master/drivers/vfio/
H A Dvirqfd.c40 static int virqfd_wakeup(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) argument
42 struct virqfd *virqfd = container_of(wait, struct virqfd, wait);
82 add_wait_queue(wqh, &virqfd->wait);
90 eventfd_ctx_remove_wait_queue(virqfd->eventfd, &virqfd->wait, &cnt);
171 init_waitqueue_func_entry(&virqfd->wait, virqfd_wakeup);

Completed in 400 milliseconds

1234567891011>>