Searched refs:blocking (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/drivers/media/cec/core/
H A Dcec-api.c264 /* No, return EAGAIN in non-blocking mode or wait */
267 /* Return when in non-blocking mode */
662 data->blocking = false;
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c903 * if pool is empty and blocking is TRUE, sleep until a new cell is
908 struct file *file, int blocking,
942 err = snd_seq_event_dup(client->pool, event, &cell, !blocking || atomic,
2421 * exported, called by kernel clients to enqueue events (w/o blocking)
2426 struct file *file, bool blocking)
2455 result = snd_seq_client_enqueue_event(cptr, ev, file, blocking,
906 snd_seq_client_enqueue_event(struct snd_seq_client *client, struct snd_seq_event *event, struct file *file, int blocking, int atomic, int hop, struct mutex *mutexp) argument
2425 snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, struct file *file, bool blocking) argument
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.c952 struct dp_sdp *vsc, bool blocking)
998 if (!blocking)
951 analogix_dp_send_psr_spd(struct analogix_dp_device *dp, struct dp_sdp *vsc, bool blocking) argument
/linux-master/fs/fuse/
H A Dfuse_i.h353 bool blocking; member in struct:fuse_io_priv
/linux-master/drivers/misc/mei/
H A Dbus.c50 * effective only for blocking writes: the MEI_CL_IO_TX_BLOCKING mode bit is set.
122 cb->blocking = !!(mode & MEI_CL_IO_TX_BLOCKING);
/linux-master/include/linux/
H A Dkvm_host.h1624 * true if the vCPU was blocking and was awakened, false otherwise.
1960 STATS_DESC_IBOOLEAN(VCPU_GENERIC, blocking)
/linux-master/tools/testing/selftests/net/
H A Dtls.c1243 TEST_F(tls, blocking)
/linux-master/virt/kvm/
H A Dkvm_main.c3766 vcpu->stat.generic.blocking = 1;
3788 vcpu->stat.generic.blocking = 0;
3835 * polling is enabled, busy wait for a short time before blocking to avoid the

Completed in 162 milliseconds

12