Home
last modified time | relevance | path

Searched defs:wait (Results 1001 - 1025 of 2153) sorted by relevance

1...<<41424344454647484950>>...87

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dptrace.h41 unsigned long wait : 1; /* Wait State */ member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Daf_ninet.c390 add_wait_queue(sk_sleep(sk), &wait); in ninet_wait_for_connect() local
405 remove_wait_queue(sk_sleep(sk), &wait); in ninet_wait_for_connect() local
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_dbg.c48 wait_queue_head_t wait; member
718 acpi_aml_poll(struct file *file, poll_table *wait) acpi_aml_poll() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Domap-rng.c176 omap_rng_do_read(struct hwrng *rng, void *data, size_t max, bool wait) omap_rng_do_read() argument
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_infineon.c181 static int wait(struct tpm_chip *chip, int wait_for_bit) in wait() function
/kernel/linux/linux-5.10/drivers/char/
H A Dppdev.c764 static __poll_t pp_poll(struct file *file, poll_table *wait) in pp_poll() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c1294 int wait; in xgbe_check_link_timeout() local
H A Dxgbe-phy-v1.c341 unsigned int wait; in xgbe_phy_complete_ratechange() local
/kernel/linux/linux-5.10/virt/kvm/
H A Deventfd.c185 irqfd_wakeup(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in irqfd_wakeup() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-rmi.c84 wait_queue_head_t wait; member
H A Dhid-sensor-custom.c52 wait_queue_head_t wait; member
693 hid_sensor_custom_poll(struct file *file, struct poll_table_struct *wait) hid_sensor_custom_poll() argument
H A Duhid.c788 static __poll_t uhid_char_poll(struct file *file, poll_table *wait) in uhid_char_poll() argument
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c947 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() argument
1182 __poll_t vb2_fop_poll(struct file *file, poll_table *wait) in vb2_fop_poll() argument
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddmxdev.c1198 static __poll_t dvb_demux_poll(struct file *file, poll_table *wait) in dvb_demux_poll() argument
1346 static __poll_t dvb_dvr_poll(struct file *file, poll_table *wait) in dvb_dvr_poll() argument
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pmcmsp.c114 struct completion wait; /* Completion for xfer */ member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c627 hfi1_ipoib_sdma_sleep(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) hfi1_ipoib_sdma_sleep() argument
669 hfi1_ipoib_sdma_wakeup(struct iowait *wait, int reason) hfi1_ipoib_sdma_wakeup() argument
683 struct iowait *wait = iowait_ioww_to_iow(ioww); hfi1_ipoib_flush_txq() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-verity-target.c97 verity_hash_update(struct dm_verity *v, struct ahash_request *req, const u8 *data, size_t len, struct crypto_wait *wait) verity_hash_update() argument
128 verity_hash_init(struct dm_verity *v, struct ahash_request *req, struct crypto_wait *wait) verity_hash_init() argument
152 verity_hash_final(struct dm_verity *v, struct ahash_request *req, u8 *digest, struct crypto_wait *wait) verity_hash_final() argument
176 struct crypto_wait wait; verity_hash() local
371 verity_for_io_block(struct dm_verity *v, struct dm_verity_io *io, struct bvec_iter *iter, struct crypto_wait *wait) verity_for_io_block() argument
477 struct crypto_wait wait; verity_verify_io() local
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A Djoydev.c39 wait_queue_head_t wait; member
435 static __poll_t joydev_poll(struct file *file, poll_table *wait) in joydev_poll() argument
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c112 wait_queue_head_t wait; member
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c117 struct omap_irq_wait *wait; in omap_crtc_set_enabled() local
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c404 unsigned long wait; in acx565akm_set_sleep_mode() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_syncobj.c240 drm_syncobj_fence_add_wait(struct drm_syncobj *syncobj, struct syncobj_wait_entry *wait) drm_syncobj_fence_add_wait() argument
265 drm_syncobj_remove_wait(struct drm_syncobj *syncobj, struct syncobj_wait_entry *wait) drm_syncobj_remove_wait() argument
383 struct syncobj_wait_entry wait; drm_syncobj_find_fence() local
914 struct syncobj_wait_entry *wait = syncobj_wait_fence_func() local
920 syncobj_wait_syncobj_func(struct drm_syncobj *syncobj, struct syncobj_wait_entry *wait) syncobj_wait_syncobj_func() argument
1119 drm_syncobj_array_wait(struct drm_device *dev, struct drm_file *file_private, struct drm_syncobj_wait *wait, struct drm_syncobj_timeline_wait *timeline_wait, struct drm_syncobj **syncobjs, bool timeline) drm_syncobj_array_wait() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap/
H A Domap_voutdef.h91 wait_queue_head_t wait; member
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c991 s5p_mfc_poll(struct file *file, struct poll_table_struct *wait) s5p_mfc_poll() argument
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispvideo.c1378 static __poll_t isp_video_poll(struct file *file, poll_table *wait) in isp_video_poll() argument

Completed in 29 milliseconds

1...<<41424344454647484950>>...87