Searched refs:wait (Results 301 - 325 of 2180) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_intr.c6 * This file contains functions used to wait for command completion.
16 #include <linux/wait.h>
/linux-master/tools/testing/selftests/x86/
H A Dcorrupt_xstate_header.c18 #include <sys/wait.h>
/linux-master/drivers/usb/gadget/function/
H A Duvc_queue.h82 struct file *file, poll_table *wait);
/linux-master/drivers/scsi/fnic/
H A Dvnic_rq.c137 unsigned int wait; local
142 for (wait = 0; wait < 100; wait++) {
H A Dvnic_wq.c194 unsigned int wait; local
199 for (wait = 0; wait < 100; wait++) {
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_wq.c165 unsigned int wait; local
171 for (wait = 0; wait < 1000; wait++) {
/linux-master/drivers/scsi/snic/
H A Dvnic_wq.c183 unsigned int wait; local
188 for (wait = 0; wait < 100; wait++) {
/linux-master/include/linux/
H A Dfreezer.h9 #include <linux/wait.h>
H A Dpsi.h32 poll_table *wait);
/linux-master/drivers/s390/char/
H A Dvmur.h77 wait_queue_head_t wait; /* wait queue to serialize open */ member in struct:urdev
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddmcu.h65 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait);
/linux-master/drivers/soc/qcom/
H A Drpmh-internal.h11 #include <linux/wait.h>
115 * @tcs_wait: Wait queue used to wait for @tcs_in_use to free up a
/linux-master/drivers/char/hw_random/
H A Dpowernv-rng.c16 static int powernv_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) argument
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_vs_cpu_event_test.c11 #include <sys/wait.h>
58 /* Signal the child to install its EBB event and wait */
71 /* .. and wait for it to complete */
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.h15 #include <linux/wait.h>
37 * @flip_wait: wait queue used to signal page flip completion
39 * @vblank_wait: wait queue used to signal vertical blanking
40 * @vblank_count: number of vertical blanking interrupts to wait for
/linux-master/sound/core/seq/
H A Dseq_clientmgr.h87 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
H A Dseq_memory.h100 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd.h17 #include <sys/wait.h>
/linux-master/arch/s390/lib/
H A Dspinlock.c129 /* Enqueue the node for this CPU in the spinlock wait queue */
279 /* Put the reader into the wait queue */
280 arch_spin_lock(&rw->wait);
286 arch_spin_unlock(&rw->wait);
297 /* Put the writer into the wait queue */
298 arch_spin_lock(&rw->wait);
309 arch_spin_unlock(&rw->wait);
/linux-master/include/sound/
H A Dhwdep.h26 poll_table *wait);
/linux-master/drivers/macintosh/
H A Dsmu.c1078 wait_queue_head_t wait; member in struct:smu_private
1093 init_waitqueue_head(&pp->wait);
1110 wake_up_all(&pp->wait);
1175 DECLARE_WAITQUEUE(wait, current);
1190 add_wait_queue(&pp->wait, &wait);
1204 remove_wait_queue(&pp->wait, &wait);
1250 static __poll_t smu_fpoll(struct file *file, poll_table *wait) argument
1260 poll_wait(file, &pp->wait, wai
[all...]
/linux-master/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c39 complete(&fuse->apbdma.wait);
72 reinit_completion(&fuse->apbdma.wait);
76 time_left = wait_for_completion_timeout(&fuse->apbdma.wait,
150 init_completion(&fuse->apbdma.wait);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_kfunc.c5 #include <sys/wait.h>
/linux-master/drivers/input/serio/
H A Dserport.c33 wait_queue_head_t wait; member in struct:serport
91 init_waitqueue_head(&serport->wait);
187 wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags));
255 wake_up_interruptible(&serport->wait);
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_intr.c8 #include <linux/wait.h>

Completed in 292 milliseconds

<<11121314151617181920>>