Home
last modified time | relevance | path

Searched refs:wait (Results 101 – 125 of 2427) sorted by relevance

12345678910>>...98

/openbmc/linux/sound/firewire/fireface/
H A Dff-hwdep.c30 DEFINE_WAIT(wait); in hwdep_read()
35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
38 finish_wait(&ff->hwdep_wait, &wait); in hwdep_read()
72 poll_table *wait) in hwdep_poll() argument
77 poll_wait(file, &ff->hwdep_wait, wait); in hwdep_poll()
/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.c46 DEFINE_WAIT(wait); in run_down()
50 if (likely(list_empty(&wait.entry))) in run_down()
51 __add_wait_queue_entry_tail(&m->q, &wait); in run_down()
61 __remove_wait_queue(&m->q, &wait); in run_down()
84 DEFINE_WAIT(wait); in wait_for_free()
88 if (likely(list_empty(&wait.entry))) in wait_for_free()
89 __add_wait_queue_entry_tail_exclusive(&m->q, &wait); in wait_for_free()
112 if (!list_empty(&wait.entry)) in wait_for_free()
113 list_del(&wait.entry); in wait_for_free()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dbase.c45 bar->func->bar1.wait(bar); in nvkm_bar_bar1_reset()
67 bar->func->bar2.wait(bar); in nvkm_bar_bar2_reset()
87 bar->func->bar2.wait(bar); in nvkm_bar_bar2_init()
106 bar->func->bar1.wait(bar); in nvkm_bar_init()
/openbmc/linux/io_uring/
H A Dio-wq.c119 struct wait_queue_entry wait; member
463 if (list_empty(&wq->wait.entry)) { in io_wait_on_hash()
464 __add_wait_queue(&wq->hash->wait, &wq->wait); in io_wait_on_hash()
467 list_del_init(&wq->wait.entry); in io_wait_on_hash()
525 wake_up(&wq->hash->wait); in io_get_next_work()
619 wake_up(&wq->hash->wait); in io_worker_handle_work()
1129 struct io_wq *wq = container_of(wait, struct io_wq, wait); in io_wq_hash_wake()
1132 list_del_init(&wait->entry); in io_wq_hash_wake()
1172 INIT_LIST_HEAD(&wq->wait.entry); in io_wq_create()
1173 wq->wait.func = io_wq_hash_wake; in io_wq_create()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.yaml45 4. Otherwise, wait for a few milliseconds and see if THEIR_CLAIMS are released.
46 5. If not, back off, release the claim and wait for a few more milliseconds.
66 Time to wait for a GPIO to go high.
75 wait-free-us:
80 wait-retry-us:
112 wait-retry-us = <3000>;
113 wait-free-us = <50000>;
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c40 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg_locked() argument
44 if (wait) { in bcm2835_audio_send_msg_locked()
58 if (wait) { in bcm2835_audio_send_msg_locked()
76 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg() argument
81 err = bcm2835_audio_send_msg_locked(instance, m, wait); in bcm2835_audio_send_msg()
87 int type, bool wait) in bcm2835_audio_send_simple() argument
91 return bcm2835_audio_send_msg(instance, &m, wait); in bcm2835_audio_send_simple()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap2420-clocks.dtsi11 compatible = "ti,composite-no-wait-gate-clock";
98 compatible = "ti,wait-gate-clock";
114 compatible = "ti,wait-gate-clock";
130 compatible = "ti,wait-gate-clock";
146 compatible = "ti,wait-gate-clock";
154 compatible = "ti,wait-gate-clock";
162 compatible = "ti,wait-gate-clock";
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c1459 union drm_amdgpu_wait_cs *wait = data; in amdgpu_cs_wait_ioctl() local
1470 r = amdgpu_ctx_get_entity(ctx, wait->in.ip_type, wait->in.ip_instance, in amdgpu_cs_wait_ioctl()
1471 wait->in.ring, &entity); in amdgpu_cs_wait_ioctl()
1492 memset(wait, 0, sizeof(*wait)); in amdgpu_cs_wait_ioctl()
1493 wait->out.status = (r == 0); in amdgpu_cs_wait_ioctl()
1630 memset(wait, 0, sizeof(*wait)); in amdgpu_cs_wait_all_fences()
1631 wait->out.status = (r > 0); in amdgpu_cs_wait_all_fences()
1684 memset(wait, 0, sizeof(*wait)); in amdgpu_cs_wait_any_fence()
1685 wait->out.status = (r > 0); in amdgpu_cs_wait_any_fence()
1686 wait->out.first_signaled = first; in amdgpu_cs_wait_any_fence()
[all …]
/openbmc/linux/include/media/
H A Ddvb_vb2.h127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0) argument
131 poll_table *wait) in dvb_vb2_poll() argument
187 poll_table *wait);
/openbmc/linux/include/linux/
H A Dcompletion.h28 struct swait_queue_head wait; member
36 { 0, __SWAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
87 init_swait_queue_head(&x->wait); in init_completion()
/openbmc/linux/drivers/s390/char/
H A Dfs3270.c41 wait_queue_head_t wait; /* Init & attention wait queue. */ member
69 rq->callback_data = &fp->wait; in fs3270_do_io()
74 rc = wait_event_interruptible(fp->wait, in fs3270_do_io()
82 wait_event(fp->wait, raw3270_request_final(rq)); in fs3270_do_io()
97 wake_up(&fp->wait); in fs3270_reset_callback()
111 wake_up(&fp->wait); in fs3270_restore_callback()
184 wake_up(&fp->wait); in fs3270_save_callback()
223 wake_up(&fp->wait); in fs3270_irq()
260 rc = wait_event_interruptible(fp->wait, fp->attention); in fs3270_read()
458 init_waitqueue_head(&fp->wait); in fs3270_open()
/openbmc/linux/lib/
H A Dsbitmap.c440 init_waitqueue_head(&sbq->ws[i].wait); in sbitmap_queue_init_node()
570 if (waitqueue_active(&ws->wait)) { in __sbitmap_queue_wake_up()
571 woken = wake_up_nr(&ws->wait, nr); in __sbitmap_queue_wake_up()
684 if (waitqueue_active(&ws->wait)) in sbitmap_queue_wake_all()
685 wake_up(&ws->wait); in sbitmap_queue_wake_all()
717 waitqueue_active(&ws->wait) ? "active" : "inactive"); in sbitmap_queue_show()
733 add_wait_queue(&ws->wait, &sbq_wait->wait); in sbitmap_add_wait_queue()
740 list_del_init(&sbq_wait->wait.entry); in sbitmap_del_wait_queue()
756 prepare_to_wait_exclusive(&ws->wait, &sbq_wait->wait, state); in sbitmap_prepare_to_wait()
763 finish_wait(&ws->wait, &sbq_wait->wait); in sbitmap_finish_wait()
/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c47 struct crypto_wait wait; member
108 &sk->wait); in test_skcipher_encdec()
116 &sk->wait); in test_skcipher_encdec()
150 &sk.wait); in test_skcipher()
177 crypto_init_wait(&sk.wait); in test_skcipher()
201 crypto_init_wait(&sk.wait); in test_skcipher()
/openbmc/linux/drivers/misc/ibmasm/
H A Devent.c31 wake_up_interruptible(&reader->wait); in wake_up_event_readers()
86 if (wait_event_interruptible(reader->wait, in ibmasm_get_next_event()
113 wake_up_interruptible(&reader->wait); in ibmasm_cancel_next_event()
121 init_waitqueue_head(&reader->wait); in ibmasm_event_reader_register()
H A Dcommand.c43 init_waitqueue_head(&cmd->wait); in ibmasm_new_command()
91 wake_up(&sp->current_command->wait); in do_exec_command()
150 wait_event_interruptible_timeout(cmd->wait, in ibmasm_wait_for_response()
170 wake_up(&sp->current_command->wait); in ibmasm_receive_command_response()
/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/
H A Dopenpower-fru-vpd_%.bbappend13 SYSTEMD_SERVICE:${PN}:append:p10bmc = " wait-vpd-parsers.service"
40 LINK="$D$systemd_system_unitdir/obmc-chassis-poweroff@0.target.wants/wait-vpd-parsers.service"
41 TARGET="../wait-vpd-parsers.service"
45 LINK="$D$systemd_system_unitdir/obmc-chassis-poweroff@0.target.wants/wait-vpd-parsers.service"
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Duevent.c32 bool wait; member
131 nvkm_event_ntfy_add(event, id, bits, uevent->wait, nvkm_uevent_ntfy, &uevent->ntfy); in nvkm_uevent_add()
154 uevent->wait = args->v0.wait; in nvkm_uevent_new()
/openbmc/linux/fs/dlm/
H A Dplock.c59 iter->info.wait) { in plock_lookup_waiter()
111 op->info.wait = 0; in do_lock_cancel()
143 op->info.wait = IS_SETLKW(cmd); in dlm_posix_lock()
177 if (op->info.wait) { in dlm_posix_lock()
208 goto wait; in dlm_posix_lock()
218 wait: in dlm_posix_lock()
555 if (info.wait) { in dev_write()
559 if (!iter->info.wait && in dev_write()
569 if (info.wait) in dev_write()
596 static __poll_t dev_poll(struct file *file, poll_table *wait) in dev_poll() argument
[all …]
/openbmc/linux/drivers/nvme/common/
H A Dauth.c409 struct crypto_wait wait; in nvme_auth_gen_pubkey() local
417 crypto_init_wait(&wait); in nvme_auth_gen_pubkey()
422 crypto_req_done, &wait); in nvme_auth_gen_pubkey()
424 ret = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in nvme_auth_gen_pubkey()
435 struct crypto_wait wait; in nvme_auth_gen_shared_secret() local
443 crypto_init_wait(&wait); in nvme_auth_gen_shared_secret()
449 crypto_req_done, &wait); in nvme_auth_gen_shared_secret()
451 ret = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in nvme_auth_gen_shared_secret()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.c145 unsigned int wait; in vnic_rq_disable() local
157 for (wait = 20000; wait > 0; wait--) in vnic_rq_disable()
160 if (!wait) { in vnic_rq_disable()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc-child.yaml122 gpmc,wait-monitoring-ns:
123 description: Start of wait monitoring with regard to valid data
228 gpmc,wait-pin:
233 ti,wait-pin-polarity:
235 Set the desired polarity for the selected wait pin.
240 gpmc,wait-on-read:
241 description: Enables wait monitoring on reads.
244 gpmc,wait-on-write:
245 description: Enables wait monitoring on writes.
/openbmc/linux/net/vmw_vsock/
H A Dvmci_transport.h72 struct vmci_transport_waiting_info wait; member
126 struct vmci_transport_waiting_info *wait);
128 struct vmci_transport_waiting_info *wait);
/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt46 - cavium,t-wait: A cell specifying the WAIT timing (in nS).
55 - cavium,wait-mode: Optional. If present, wait mode (WAITM) is selected.
95 cavium,t-wait = <0>;
115 cavium,t-wait = <0>;
120 cavium,wait-mode;
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c55 wait_queue_head_t wait; member
146 wake_up(&core->wait); in q6core_callback()
166 rc = wait_event_timeout(core->wait, (core->resp_received), in q6core_get_fwk_versions()
196 rc = wait_event_timeout(core->wait, (core->resp_received), in q6core_get_svc_versions()
223 rc = wait_event_timeout(core->wait, (core->resp_received), in __q6core_is_adsp_ready()
338 init_waitqueue_head(&g_core->wait); in q6core_probe()
/openbmc/linux/net/bluetooth/cmtp/
H A Dcapi.c210 wake_up_interruptible(&session->wait); in cmtp_recv_interopmsg()
222 wake_up_interruptible(&session->wait); in cmtp_recv_interopmsg()
236 wake_up_interruptible(&session->wait); in cmtp_recv_interopmsg()
381 DECLARE_WAITQUEUE(wait, current); in cmtp_register_appl()
415 add_wait_queue(&session->wait, &wait); in cmtp_register_appl()
440 remove_wait_queue(&session->wait, &wait); in cmtp_register_appl()
466 wait_event_interruptible_timeout(session->wait, in cmtp_release_appl()
536 ret = wait_event_interruptible_timeout(session->wait, in cmtp_attach_device()

12345678910>>...98