Searched refs:wait (Results 151 - 175 of 2174) sorted by relevance

1234567891011>>

/linux-master/drivers/char/tpm/
H A Dtpm-dev.h30 __poll_t tpm_common_poll(struct file *file, poll_table *wait);
/linux-master/include/media/
H A Dv4l2-fh.h32 * @wait: event' s wait queue
49 wait_queue_head_t wait; member in struct:v4l2_fh
/linux-master/drivers/misc/ibmasm/
H A Dcommand.c43 init_waitqueue_head(&cmd->wait);
91 wake_up(&sp->current_command->wait);
150 wait_event_interruptible_timeout(cmd->wait,
170 wake_up(&sp->current_command->wait);
H A Devent.c31 wake_up_interruptible(&reader->wait);
86 if (wait_event_interruptible(reader->wait,
113 wake_up_interruptible(&reader->wait);
121 init_waitqueue_head(&reader->wait);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.h11 #include <linux/wait.h>
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h15 #include <linux/wait.h>
/linux-master/arch/arm/include/debug/
H A Dimx.S48 beq 1002b @ wait until transmit done
/linux-master/tools/testing/selftests/proc/
H A Dproc-loadavg-001.c23 #include <sys/wait.h>
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.h18 * @completion: OS object used to wait for the tasklet function to finish for
87 * @wait: if true wait for result
95 int arg, void *msg, size_t size, bool wait);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-sigreturn.c20 #include <sys/wait.h>
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h29 struct completion wait; member in struct:hyperv_drm_device
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.h14 #include <linux/wait.h>
26 * @wait_queue: wait queue to wait for BRx release completion
/linux-master/include/linux/remoteproc/
H A Dmtk_scp.h61 unsigned int wait);
/linux-master/tools/testing/selftests/timers/
H A Dskew_consistency.c36 #include <sys/wait.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Duevent.c32 bool wait; member in struct:nvkm_uevent
131 nvkm_event_ntfy_add(event, id, bits, uevent->wait, nvkm_uevent_ntfy, &uevent->ntfy);
154 uevent->wait = args->v0.wait;
/linux-master/net/ipv4/
H A Dudp_bpf.c41 DEFINE_WAIT_FUNC(wait, woken_wake_function);
50 add_wait_queue(sk_sleep(sk), &wait);
54 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
58 remove_wait_queue(sk_sleep(sk), &wait); local
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.h41 void (*psr_enable)(struct dmub_psr *dmub, bool enable, bool wait,
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h24 #include <sys/wait.h>
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.h31 #include <linux/wait.h>
/linux-master/fs/smb/server/
H A Dtransport_ipc.h9 #include <linux/wait.h>
/linux-master/arch/s390/kernel/
H A Dhead64.S36 lpswe dw_psw-.(%r13) # load disabled wait psw
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw.h41 void *buf, unsigned int len, unsigned int wait);
H A Dmtk_vcodec_fw_priv.h28 unsigned int len, unsigned int wait);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma_txreq.h29 * @list: for use by user and by queuing for wait
68 struct iowait *wait; member in struct:sdma_txreq
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-fork.c10 #include <linux/wait.h>

Completed in 197 milliseconds

1234567891011>>