Searched refs:wait (Results 401 - 425 of 2180) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/char/hw_random/
H A Dmxc-rnga.c61 static int mxc_rnga_data_present(struct hwrng *rng, int wait) argument
70 if (level || !wait)
/linux-master/fs/btrfs/
H A Dzstd.c82 wait_queue_head_t wait; member in struct:zstd_workspace_manager
184 init_waitqueue_head(&wsm.wait);
289 DEFINE_WAIT(wait);
291 prepare_to_wait(&wsm.wait, &wait, TASK_UNINTERRUPTIBLE);
293 finish_wait(&wsm.wait, &wait);
339 cond_wake_up(&wsm.wait);
H A Dordered-data.h14 #include <linux/wait.h>
83 /* We wait for this extent to complete in the current transaction */
141 /* used to wait for the BTRFS_ORDERED_COMPLETE bit */
142 wait_queue_head_t wait; member in struct:btrfs_ordered_extent
/linux-master/tools/testing/selftests/x86/
H A Damx.c19 #include <sys/wait.h>
508 wait(&status);
524 wait(&status);
566 wait(&status);
636 wait(&status);
654 wait(&status);
740 * Thread 'i' will wait on this mutex to
904 wait(&status);
910 wait(&status);
H A Dtest_FISTTP.c14 #include <sys/wait.h>
/linux-master/include/media/
H A Dvideobuf2-v4l2.h278 * @wait: wait argument passed to the poll file operation handler
293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
349 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
H A Ddvb_ringbuffer.h27 #include <linux/wait.h>
/linux-master/include/crypto/
H A Dif_alg.h149 struct crypto_wait wait; member in struct:af_alg_ctx
241 poll_table *wait);
/linux-master/include/linux/
H A Dmempool.h10 #include <linux/wait.h>
27 wait_queue_head_t wait; member in struct:mempool_s
/linux-master/fs/bcachefs/
H A Djournal_types.h27 struct closure_waitlist wait; member in struct:journal_buf
222 wait_queue_head_t wait; member in struct:journal
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c15 #include <sys/wait.h>
/linux-master/tools/testing/selftests/timens/
H A Dexec.c11 #include <sys/wait.h>
H A Dfutex.c11 #include <sys/wait.h>
104 return pr_perror("Unable to wait the child process");
/linux-master/drivers/accessibility/speakup/
H A Dbuffers.c4 #include <linux/wait.h>
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c13 #include <sys/wait.h>
H A Dlarge_vm_gpr_corruption.c33 #include <sys/wait.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h31 wait_queue_head_t wait; member in struct:nvkm_pmu::__anon727
/linux-master/fs/ecryptfs/
H A Dmiscdev.c15 #include <linux/wait.h>
46 poll_wait(file, &daemon->wait, pt);
168 wake_up_interruptible(&daemon->wait);
238 daemon->wait, !list_empty(&daemon->msg_ctx_out_queue));
/linux-master/drivers/mmc/core/
H A Dqueue.h90 wait_queue_head_t wait; member in struct:mmc_queue
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.c41 __init_waitqueue_head(&fence->wait, name, key);
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_kernel.c12 #include <sys/wait.h>
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h122 * @wait: Wait queue used to stop the module
154 wait_queue_head_t wait; member in struct:isp_ccdc_device
H A Disppreview.h141 wait_queue_head_t wait; member in struct:isp_prev_device
/linux-master/arch/powerpc/kernel/
H A Didle_85xx.S27 1: wait
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.h13 #include <linux/wait.h>

Completed in 231 milliseconds

<<11121314151617181920>>