Searched refs:wait (Results 626 - 650 of 2181) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/s390/cio/
H A Dcss.h6 #include <linux/wait.h>
92 * @settle: wait for asynchronous work to finish
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c18 #include <sys/wait.h>
/linux-master/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c15 #include <sys/wait.h>
124 "expected SIGIO to terminate wait errno=%d status=%x\n%d",
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h107 bool dc_dmub_srv_is_hw_pwr_up(struct dc_dmub_srv *dc_dmub_srv, bool wait);
121 * @wait_type: The wait behavior for the execution
144 * @wait_type: The wait behavior for the execution
158 * @wait_type: The wait behavior for the execution
/linux-master/sound/soc/intel/avs/
H A Ddebugfs.c11 #include <linux/wait.h>
220 DEFINE_WAIT(wait);
222 prepare_to_wait(&adev->trace_waitq, &wait, TASK_INTERRUPTIBLE);
225 finish_wait(&adev->trace_waitq, &wait);
/linux-master/kernel/
H A Dutsname_sysctl.c13 #include <linux/wait.h>
/linux-master/rust/
H A Dhelpers.c33 #include <linux/wait.h>
/linux-master/arch/um/drivers/
H A Dslirp_user.c9 #include <sys/wait.h>
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.h27 #include <sys/wait.h>
/linux-master/drivers/input/
H A Dmousedev.c61 wait_queue_head_t wait; member in struct:mousedev
316 wake_up_interruptible(&mousedev->wait);
711 wake_up_interruptible(&client->mousedev->wait);
728 retval = wait_event_interruptible(mousedev->wait,
758 static __poll_t mousedev_poll(struct file *file, poll_table *wait) argument
764 poll_wait(file, &mousedev->wait, wait);
809 wake_up_interruptible(&mousedev->wait);
868 init_waitqueue_head(&mousedev->wait);
/linux-master/drivers/mtd/lpddr/
H A Dlpddr_cmds.c151 /* OK Still waiting. Drop the lock, wait a while and retry. */
171 DECLARE_WAITQUEUE(wait, current);
173 add_wait_queue(&chip->wq, &wait);
176 remove_wait_queue(&chip->wq, &wait);
189 printk(KERN_WARNING"%s: Bad status on wait: 0x%x \n",
201 DECLARE_WAITQUEUE(wait, current);
272 add_wait_queue(&chip->wq, &wait);
275 remove_wait_queue(&chip->wq, &wait);
298 DECLARE_WAITQUEUE(wait, current);
339 add_wait_queue(&chip->wq, &wait);
[all...]
/linux-master/drivers/mtd/maps/
H A Dvmu-flash.c115 int partition, error = 0, x, wait; local
172 wait = wait_event_interruptible_timeout(mdev->maple_wait,
187 if (wait == 0 || wait == -ERESTARTSYS) {
194 if (wait == -ERESTARTSYS) {
232 int partition, error, locking, x, phaselen, wait; local
250 /* wait until the device is not busy doing something else
267 wait = wait_event_interruptible_timeout(mdev->maple_wait,
276 } else if (wait == 0 || wait
[all...]
/linux-master/net/caif/
H A Dcaif_socket.c17 #include <linux/wait.h>
307 DEFINE_WAIT(wait);
311 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); local
333 finish_wait(sk_sleep(sk), &wait); local
457 * Copied from sock.c:sock_wait_for_wmem, but change to wait for
464 DEFINE_WAIT(wait);
476 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); local
488 finish_wait(sk_sleep(sk), &wait); local
931 struct socket *sock, poll_table *wait)
937 sock_poll_wait(file, sock, wait);
930 caif_poll(struct file *file, struct socket *sock, poll_table *wait) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c15 #include <linux/wait.h>
55 wait_queue_head_t wait; member in struct:hid_sensor_custom
469 wake_up(&sensor_inst->wait);
657 ret = wait_event_interruptible(sensor_inst->wait,
698 struct poll_table_struct *wait)
706 poll_wait(file, &sensor_inst->wait, wait);
731 init_waitqueue_head(&sensor_inst->wait);
747 wake_up(&sensor_inst->wait);
697 hid_sensor_custom_poll(struct file *file, struct poll_table_struct *wait) argument
/linux-master/drivers/infiniband/hw/irdma/
H A Dutils.c427 * @wait: cqp to be used in wait mode
430 bool wait)
446 if (wait)
455 cqp_request->waiting = wait;
559 * irdma_wait_event - wait for completion
561 * @cqp_request: cqp request to wait
1194 * irdma_hw_modify_qp_callback - handle state for modifyQPs that don't wait
1213 * @wait: flag to wait o
429 irdma_alloc_and_get_cqp_request(struct irdma_cqp *cqp, bool wait) argument
1215 irdma_hw_modify_qp(struct irdma_device *iwdev, struct irdma_qp *iwqp, struct irdma_modify_qp_info *info, bool wait) argument
1752 irdma_cqp_gather_stats_cmd(struct irdma_sc_dev *dev, struct irdma_vsi_pestat *pestat, bool wait) argument
1798 bool wait = false; local
1947 irdma_ah_cqp_op(struct irdma_pci_f *rf, struct irdma_sc_ah *sc_ah, u8 cmd, bool wait, void (*callback_fcn)(struct irdma_cqp_request *), void *cb_param) argument
2036 irdma_puda_create_ah(struct irdma_sc_dev *dev, struct irdma_ah_info *ah_info, bool wait, enum puda_rsrc_type type, void *cb_param, struct irdma_sc_ah **ah_ret) argument
[all...]
/linux-master/crypto/
H A Dtcrypt.c134 struct crypto_wait *wait = req->base.data; local
136 return crypto_wait_req(ret, wait);
143 struct crypto_wait wait; member in struct:test_mb_aead_data
164 rc[i] = crypto_wait_req(rc[i], &data[i].wait);
324 crypto_init_wait(&data[i].wait);
327 crypto_req_done, &data[i].wait);
538 struct crypto_wait wait; local
580 crypto_init_wait(&wait);
592 crypto_req_done, &wait);
714 struct crypto_wait *wait local
870 struct crypto_wait wait; local
962 struct crypto_wait wait; member in struct:test_mb_skcipher_data
1216 struct crypto_wait *wait = req->base.data; local
1298 struct crypto_wait wait; local
[all...]
/linux-master/net/can/
H A Disotp.c16 * is done at FF reception time (no support for sending 'wait frames')
60 #include <linux/wait.h>
122 #define ISOTP_FC_WT 1 /* wait */
167 wait_queue_head_t wait; member in struct:isotp_sock
380 wake_up_interruptible(&so->wait);
423 /* start timer to wait for next FC frame */
438 wake_up_interruptible(&so->wait);
871 wake_up_interruptible(&so->wait);
876 /* stop and wait for FC with timeout */
915 wake_up_interruptible(&so->wait);
1653 isotp_poll(struct file *file, struct socket *sock, poll_table *wait) argument
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c58 struct iowait_work *wait,
62 static void activate_packet_queue(struct iowait *wait, int reason);
66 struct iowait_work *wait,
72 container_of(wait->iow, struct hfi1_user_sdma_pkt_q, busy);
96 static void activate_packet_queue(struct iowait *wait, int reason) argument
99 container_of(wait, struct hfi1_user_sdma_pkt_q, busy);
101 trace_hfi1_usdma_activate(pq, wait, reason);
103 wake_up(&wait->wait_dma);
131 init_waitqueue_head(&pq->wait);
230 pq->wait,
64 defer_packet_queue( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) argument
[all...]
/linux-master/drivers/input/serio/
H A Duserio.c251 static __poll_t userio_char_poll(struct file *file, poll_table *wait) argument
255 poll_wait(file, &userio->waitq, wait);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgf100.c182 .bar1.wait = gf100_bar_bar1_wait,
186 .bar2.wait = gf100_bar_bar1_wait,
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_intr.c204 wake_up_interruptible(&rcd->wait);
210 wake_up_interruptible(&rcd->wait);
H A Dqib_twsi.c59 * i2c_wait_for_writes - wait for a write
134 static u8 sda_in(struct qib_devdata *dd, int wait) argument
144 if (wait)
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h98 # All cores other than the master need to wait here for SMP bootstrap
145 wait
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c259 u8 wait = 10; local
279 while (!(done = ioread32(cmd_done)) && wait--)
319 u8 wait = 10; local
337 while (!(done = ioread32(cmd_done)) && wait--)
354 u8 wait = 10; local
365 while (!(done = ioread32(cmd_done)) && wait--)
396 u8 wait = 10; local
402 } while ((data != 0xffffffff) && wait--);
/linux-master/drivers/scsi/
H A DNCR5380.h297 unsigned long wait)
303 reg, bit, val, wait);
295 NCR5380_poll_politely(struct NCR5380_hostdata *hostdata, unsigned int reg, u8 bit, u8 val, unsigned long wait) argument

Completed in 489 milliseconds

<<21222324252627282930>>