Searched refs:wait (Results 76 - 100 of 2174) sorted by relevance

1234567891011>>

/linux-master/include/media/
H A Ddvb_vb2.h127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0)
131 poll_table *wait)
181 * @wait: &poll_table wait argument passed to the poll
187 poll_table *wait);
129 dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file, poll_table *wait) argument
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.h16 #include <linux/wait.h>
31 wait_queue_head_t wait; member in struct:i915_sw_fence
113 wait_event(fence->wait, i915_sw_fence_done(fence));
/linux-master/net/vmw_vsock/
H A Dvmci_transport.h72 struct vmci_transport_waiting_info wait; member in union:vmci_transport_packet::__anon4016
126 struct vmci_transport_waiting_info *wait);
128 struct vmci_transport_waiting_info *wait);
/linux-master/drivers/hid/
H A Dhid-roccat.c44 wait_queue_head_t wait; member in struct:roccat_device
80 DECLARE_WAITQUEUE(wait, current);
86 add_wait_queue(&device->wait, &wait);
89 /* wait for data */
111 remove_wait_queue(&device->wait, &wait);
137 static __poll_t roccat_poll(struct file *file, poll_table *wait) argument
140 poll_wait(file, &reader->device->wait, wait);
[all...]
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c12 #include <sys/wait.h>
52 wait:
69 goto wait;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.h37 * @wait: Wait queue used to stop the module
50 wait_queue_head_t wait; member in struct:iss_ipipe_device
/linux-master/include/linux/
H A Dkmod.h24 int __request_module(bool wait, const char *name, ...);
H A Dkvm_irqfd.h42 wait_queue_entry_t wait; member in struct:kvm_kernel_irqfd
H A Drcu_sync.h13 #include <linux/wait.h>
/linux-master/sound/isa/sb/
H A Demu8000_local.h11 #include <linux/wait.h>
/linux-master/include/linux/rpmsg/
H A Dmtk_rpmsg.h18 * @send_ipi: send IPI to an IPI id. wait is the timeout (in msecs) to wait
28 void *buf, unsigned int len, unsigned int wait);
/linux-master/tools/testing/selftests/pid_namespace/
H A Dregression_enomem.c12 #include <sys/wait.h>
/linux-master/include/soc/qcom/
H A Dtcs.h33 * @wait: ensure that this command is complete before returning.
34 * Setting "wait" here only makes sense during rpmh_write_batch() for
44 u32 wait; member in struct:tcs_cmd
51 * @wait_for_compl: wait until we get a response from the h/w accelerator
52 * (same as setting cmd->wait for all commands in the request)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v1_0.h122 uint32_t mask, uint32_t wait)
126 direct_poll->wait_value = wait;
146 #define MMSCH_V1_0_INSERT_DIRECT_POLL(reg, mask, wait) { \
149 (mask), (wait)); \
119 mmsch_v1_0_insert_direct_poll(struct mmsch_v1_0_cmd_direct_polling *direct_poll, uint32_t *init_table, uint32_t reg_offset, uint32_t mask, uint32_t wait) argument
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dbh.h12 #include <linux/wait.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h55 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait);
/linux-master/drivers/scsi/fnic/
H A Dvnic_wq_copy.c20 unsigned int wait; local
25 for (wait = 0; wait < 100; wait++) {
/linux-master/drivers/crypto/caam/
H A Dcaamrng.c147 static int caam_read(struct hwrng *rng, void *dst, size_t max, bool wait) argument
152 if (wait) {
176 static inline void test_len(struct hwrng *rng, size_t len, bool wait) argument
186 read_len = rng->read(rng, buf, len, wait);
188 if (read_len < 0 || (read_len == 0 && wait)) {
205 static inline void test_mode_once(struct hwrng *rng, bool wait) argument
207 test_len(rng, 32, wait);
208 test_len(rng, 64, wait);
209 test_len(rng, 128, wait);
214 pr_info("Executing RNG SELF-TEST with wait\
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dpriv.h21 void (*wait)(struct nvkm_bar *); member in struct:nvkm_bar_func::__anon249
H A Dbase.c45 bar->func->bar1.wait(bar);
67 bar->func->bar2.wait(bar);
87 bar->func->bar2.wait(bar);
114 bar->func->bar1.wait(bar);
/linux-master/fs/gfs2/
H A Drecovery.h27 int gfs2_recover_journal(struct gfs2_jdesc *gfs2_jd, bool wait);
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.h17 #include <linux/wait.h>
/linux-master/include/drm/
H A Ddrm_auth.h33 #include <linux/wait.h>
/linux-master/rust/bindings/
H A Dbindings_helper.h18 #include <linux/wait.h>
/linux-master/fs/btrfs/
H A Dsuper.h15 int btrfs_sync_fs(struct super_block *sb, int wait);

Completed in 197 milliseconds

1234567891011>>