Searched refs:wait (Results 26 - 50 of 2174) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.c217 int wait)
246 for (delay = 0; delay < wait; delay++) {
285 int wait)
336 for (delay = 0; delay < wait; delay++) {
444 u64 *a0, u64 *a1, int wait)
456 err = vdev->devcmd_rtn(vdev, proxy_cmd, wait);
477 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)
484 err = vdev->devcmd_rtn(vdev, cmd, wait);
505 u64 *a0, u64 *a1, int wait)
512 a0, a1, wait);
216 _vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
284 _vnic_dev_cmd2(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
442 vnic_dev_cmd_proxy(struct vnic_dev *vdev, enum vnic_devcmd_cmd proxy_cmd, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
476 vnic_dev_cmd_no_proxy(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
504 vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
525 int wait = 1000; local
537 int wait = 1000; local
568 int wait = 1000; local
590 int wait = 1000; local
610 int wait = 1000; local
617 int wait = 1000; local
628 int wait = 1000; local
635 int wait = 1000; local
642 int wait = 1000; local
659 int wait = 1000; local
666 int wait = 1000; local
683 int wait = 1000; local
700 int wait = 1000; local
722 int wait = 1000; local
729 int wait = 1000; local
749 int wait = 1000; local
768 int wait = 1000; local
785 int wait = 1000; local
803 int wait = 1000; local
816 int wait = 1000; local
855 int wait = 1000; local
905 int wait = 1000; local
926 int wait = 1000; local
942 int wait = 1000; local
1111 int wait = 1000; local
1134 int wait = 1000; local
1145 int wait = 1000; local
1168 int wait = 1000; local
1195 int wait = 1000; local
1243 int wait = 1000; local
1253 int wait = 1000; local
1262 int wait = 1000; local
1275 int wait = 1000; local
[all...]
H A Denic_api.c15 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)
31 err = vnic_dev_cmd(vdev, cmd, a0, a1, wait);
14 enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
/linux-master/arch/mips/include/asm/
H A Dmmu.h7 #include <linux/wait.h>
21 /* wait queue for threads requiring an emuframe */
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.h12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
/linux-master/drivers/accessibility/speakup/
H A Dthread.c3 #include <linux/wait.h>
24 DEFINE_WAIT(wait);
30 prepare_to_wait(&speakup_event, &wait,
44 finish_wait(&speakup_event, &wait);
/linux-master/lib/
H A Dbust_spinlocks.c16 #include <linux/wait.h>
/linux-master/include/linux/
H A Dsyslog.h11 #include <linux/wait.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dhead.h21 int nvif_head_vblank_event_ctor(struct nvif_head *, const char *name, nvif_event_func, bool wait,
H A Dif000e.h8 __u8 wait; member in struct:nvif_event_args::nvif_event_v0
H A Devent.h28 bool wait, struct nvif_event_v0 *args, u32 argc, struct nvif_event *event)
30 return nvif_event_ctor_(parent, name, handle, func, wait, args, argc, true, event);
27 nvif_event_ctor(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, bool wait, struct nvif_event_v0 *args, u32 argc, struct nvif_event *event) argument
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Devent.c58 bool wait, struct nvif_event_v0 *args, u32 argc, bool warn,
70 args->wait = wait;
74 NVIF_ERRON(ret && warn, parent, "[NEW EVENT wait:%d size:%zd]",
75 args->wait, argc - sizeof(*args));
57 nvif_event_ctor_(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, bool wait, struct nvif_event_v0 *args, u32 argc, bool warn, struct nvif_event *event) argument
H A Dhead.c31 bool wait, struct nvif_event *event)
34 func, wait, NULL, 0, event);
30 nvif_head_vblank_event_ctor(struct nvif_head *head, const char *name, nvif_event_func func, bool wait, struct nvif_event *event) argument
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset_types.h10 #include <linux/wait.h>
54 * that wait for i915->mm.wedged to settle.
/linux-master/fs/bcachefs/
H A Dnocow_locking_types.h9 struct closure_waitlist wait; member in struct:nocow_lock_bucket
H A Dthread_with_file_types.h9 wait_queue_head_t wait; member in struct:stdio_buf
H A Dsix.h107 * wait list entry. By embedding six_lock_waiter into another object, and by
116 * six_lock_waiter() will add the wait object to the waitlist re-trying taking
117 * the lock, and before calling should_sleep_fn, and the wait object will not
211 struct six_lock_waiter *wait,
219 * @wait: pointer to wait object, which will be added to lock's waitlist
230 struct six_lock_waiter *wait,
233 return six_lock_ip_waiter(lock, type, wait, should_sleep_fn, p, _THIS_IP_);
251 struct six_lock_waiter wait; local
253 return six_lock_ip_waiter(lock, type, &wait, should_sleep_f
229 six_lock_waiter(struct six_lock *lock, enum six_lock_type type, struct six_lock_waiter *wait, six_lock_should_sleep_fn should_sleep_fn, void *p) argument
269 struct six_lock_waiter wait; local
[all...]
/linux-master/kernel/module/
H A Dkmod.c72 static int call_modprobe(char *orig_module_name, int wait) argument
103 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE);
118 * @wait: wait (or not) for the operation to complete
132 int __request_module(bool wait, const char *fmt, ...) argument
144 WARN_ON_ONCE(wait && current_is_async());
166 trace_module_request(module_name, wait, _RET_IP_);
168 if (kmod_dup_request_exists_wait(module_name, wait, &dup_ret)) {
173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC);
/linux-master/fs/squashfs/
H A Ddecompressor_multi.c11 #include <linux/wait.h>
42 wait_queue_head_t wait; member in struct:squashfs_stream
58 wake_up(&stream->wait);
75 init_waitqueue_head(&stream->wait);
145 * let's wait for releasing decomp from other users.
148 goto wait;
153 goto wait;
159 goto wait;
167 wait:
174 wait_event(stream->wait,
[all...]
/linux-master/kernel/
H A Dumh.c119 if (!(sub_info->wait & UMH_WAIT_PROC))
163 if (sub_info->wait & UMH_WAIT_PROC) {
193 * Wait queue head used by usermodehelper_disable() to wait for all running
199 * Used by usermodehelper_read_lock_wait() to wait for usermodehelper_disabled
205 * Time to wait for running_helpers to become zero before the setting of
212 DEFINE_WAIT(wait);
217 prepare_to_wait(&usermodehelper_disabled_waitq, &wait,
235 finish_wait(&usermodehelper_disabled_waitq, &wait);
242 DEFINE_WAIT(wait);
249 prepare_to_wait(&usermodehelper_disabled_waitq, &wait,
402 call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) argument
483 call_usermodehelper(const char *path, char **argv, char **envp, int wait) argument
[all...]
/linux-master/include/trace/events/
H A Dmodule.h109 TP_PROTO(char *name, bool wait, unsigned long ip),
111 TP_ARGS(name, wait, ip),
115 __field( bool, wait )
121 __entry->wait = wait;
125 TP_printk("%s wait=%d call_site=%ps",
126 __get_str(name), (int)__entry->wait, (void *)__entry->ip)
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.c81 struct mdp_irq_wait *wait = local
83 wait->count--;
89 struct mdp_irq_wait wait = { local
96 mdp_irq_register(mdp_kms, &wait.irq);
97 wait_event_timeout(wait_event, (wait.count <= 0),
99 mdp_irq_unregister(mdp_kms, &wait.irq);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic_sdma.c155 ret = sdma_send_txreq(sde, iowait_get_ib_work(&vnic_sdma->wait),
163 iowait_starve_clear(vnic_sdma->pkts_sent, &vnic_sdma->wait);
182 * sdma descriptors available to send the packet. It adds Tx queue's wait
187 struct iowait_work *wait,
193 container_of(wait->iow, struct hfi1_vnic_sdma, wait);
202 if (list_empty(&vnic_sdma->wait.list)) {
203 iowait_get_priority(wait->iow);
204 iowait_queue(pkts_sent, wait->iow, &sde->dmawait);
214 * queue's wait structur
186 hfi1_vnic_sdma_sleep(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) argument
217 hfi1_vnic_sdma_wakeup(struct iowait *wait, int reason) argument
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.h19 __poll_t ivtv_v4l2_enc_poll(struct file *filp, poll_table * wait);
20 __poll_t ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dg84.c49 .bar1.wait = nv50_bar_bar1_wait,
53 .bar2.wait = nv50_bar_bar1_wait,
H A Dgm107.c52 .bar1.wait = gm107_bar_bar1_wait,
56 .bar2.wait = gm107_bar_bar2_wait,

Completed in 192 milliseconds

1234567891011>>