Searched refs:wait (Results 101 - 125 of 2174) sorted by relevance

1234567891011>>

/linux-master/io_uring/
H A Dsqpoll.h12 struct wait_queue_head wait; member in struct:io_sq_data
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c65 static int aq100x_reset(struct cphy *phy, int wait) argument
68 * Ignore the caller specified wait time; always wait for the reset to
269 unsigned int v, v2, gpio, wait; local
290 wait = 500; /* in 10ms increments */
305 } while (v && --wait);
314 wait = (500 - wait) * 10 + 1000;
315 if (wait > 3000)
316 CH_WARN(adapter, "PHY%d: reset took %ums\n", phy_addr, wait);
[all...]
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Denet.c30 u32 data, wait = 10; local
41 } while (data != MEM_RDY && wait--);
/linux-master/drivers/hid/usbhid/
H A Dusbhid.h19 #include <linux/wait.h>
90 wait_queue_head_t wait; /* For sleeping */ member in struct:usbhid_device
/linux-master/arch/arm/include/debug/
H A Dasm9260.S27 beq 1002b @ wait until transmit done
/linux-master/sound/soc/intel/common/
H A Dsst-ipc.h13 #include <linux/wait.h>
32 bool wait; member in struct:ipc_message
/linux-master/fs/proc/
H A Dkmsg.c40 static __poll_t kmsg_poll(struct file *file, poll_table *wait) argument
42 poll_wait(file, &log_wait, wait);
/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-ctxt-sw-stress-test.c17 #include <wait.h>
94 wait(NULL);
H A Ddisable-tsc-on-off-stress-test.c17 #include <wait.h>
93 wait(NULL);
/linux-master/include/linux/
H A Dlibps2.h14 #include <linux/wait.h>
38 * @wait: a waitqueue used to signal completion from the serio interrupt handler
51 wait_queue_head_t wait; member in struct:ps2dev
H A Dswait.h8 #include <linux/wait.h>
12 * Simple waitqueues are semantically very different to regular wait queues
13 * (wait.h). The most important difference is that the simple waitqueue allows
36 * For all the above, note that simple wait queues should _only_ be used under
38 * wait queues in most cases.
92 * returns true if the wait list is not empty
105 * @cond = true; prepare_to_swait_exclusive(&wq_head, &wait, state);
111 * finish_swait(&wq_head, &wait);
115 * observe an empty wait list while the waiter might not observe @cond.
138 * modifications to the wait queu
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw.c68 unsigned int len, unsigned int wait)
70 return fw->ops->ipi_send(fw, id, buf, len, wait);
67 mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id, void *buf, unsigned int len, unsigned int wait) argument
/linux-master/kernel/
H A Dup.c13 int wait)
44 void *info, bool wait, const struct cpumask *mask)
12 smp_call_function_single(int cpu, void (*func) (void *info), void *info, int wait) argument
43 on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, void *info, bool wait, const struct cpumask *mask) argument
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_selftests.h12 #include <sys/wait.h>
58 wait(NULL);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Devent.h56 bool wait; member in struct:nvkm_event_ntfy
67 void nvkm_event_ntfy_add(struct nvkm_event *, int id, u32 bits, bool wait, nvkm_event_func,
/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids_pid_leak.c14 #include <sys/wait.h>
60 wait(NULL);
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c23 DEFINE_WAIT(wait);
29 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
32 finish_wait(&dg00x->hwdep_wait, &wait);
63 poll_table *wait)
68 poll_wait(file, &dg00x->hwdep_wait, wait);
62 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) argument
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c22 DEFINE_WAIT(wait);
28 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
31 finish_wait(&oxfw->hwdep_wait, &wait);
53 poll_table *wait)
58 poll_wait(file, &oxfw->hwdep_wait, wait);
52 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) argument
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c15 DEFINE_WAIT(wait);
21 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
24 finish_wait(&dice->hwdep_wait, &wait);
55 poll_table *wait)
60 poll_wait(file, &dice->hwdep_wait, wait);
54 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) argument
/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c23 DEFINE_WAIT(wait);
29 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
32 finish_wait(&bebob->hwdep_wait, &wait);
53 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) argument
58 poll_wait(file, &bebob->hwdep_wait, wait);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.c81 size_t size, bool is_copy, bool wait)
111 ipc_task->args[pos].completion = wait ? &completion : NULL;
129 if (wait) {
143 int arg, void *msg, size_t size, bool wait)
158 size, is_copy, wait);
77 ipc_task_queue_add_task(struct iosm_imem *ipc_imem, int arg, void *msg, int (*func)(struct iosm_imem *ipc_imem, int arg, void *msg, size_t size), size_t size, bool is_copy, bool wait) argument
140 ipc_task_queue_send_task(struct iosm_imem *imem, int (*func)(struct iosm_imem *ipc_imem, int arg, void *msg, size_t size), int arg, void *msg, size_t size, bool wait) argument
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c30 DEFINE_WAIT(wait);
35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
38 finish_wait(&ff->hwdep_wait, &wait);
72 poll_table *wait)
77 poll_wait(file, &ff->hwdep_wait, wait);
71 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) argument
/linux-master/net/vmw_vsock/
H A Dvsock_bpf.c11 #include <linux/wait.h>
41 DEFINE_WAIT_FUNC(wait, woken_wake_function);
49 add_wait_queue(sk_sleep(sk), &wait);
53 wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
57 remove_wait_queue(sk_sleep(sk), &wait); local
/linux-master/kernel/locking/
H A Dpercpu-rwsem.c4 #include <linux/wait.h>
144 bool wait; local
151 wait = !__percpu_rwsem_trylock(sem, reader);
152 if (wait) {
158 while (wait) {
248 * see their sem->read_count increment, and therefore will wait for
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_res.c112 int wait = 1000; local
115 err = vnic_dev_cmd(enic->vdev, CMD_VLAN_ADD, &a0, &a1, wait);
125 int wait = 1000; local
128 err = vnic_dev_cmd(enic->vdev, CMD_VLAN_DEL, &a0, &a1, wait);
142 int wait = 1000; local
155 return vnic_dev_cmd(enic->vdev, cmd, &a0, &a1, wait);
161 int wait = 1000; local
163 return vnic_dev_cmd(enic->vdev, CMD_RSS_KEY, &a0, &a1, wait);
169 int wait = 1000; local
171 return vnic_dev_cmd(enic->vdev, CMD_RSS_CPU, &a0, &a1, wait);
[all...]

Completed in 452 milliseconds

1234567891011>>