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

12

/linux-master/include/linux/
H A Dkvm_types.h114 u64 blocking; member in struct:kvm_vcpu_stat_generic
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_ioctl.h63 int blocking; member in struct:vchiq_dequeue_message
H A Dvchiq_dev.c225 if (!args->blocking) {
1079 int blocking; member in struct:vchiq_dequeue_message32
1100 .blocking = args32.blocking,
/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi_hsm.c63 else if (vcpu->stat.generic.blocking)
/linux-master/include/sound/
H A Dseq_kernel.h62 struct file *file, bool blocking);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.h273 * @blocking: True for blocking send
280 size_t res_size, bool blocking, bool respond);
H A Diosm_ipc_mux_codec.c12 /* Test the link power state and send a MUX command in blocking mode. */
25 static int ipc_mux_acb_send(struct iosm_mux *ipc_mux, bool blocking) argument
36 /* if blocking, suspend the app and wait for irq in the flash or
39 if (blocking) {
147 size_t res_size, bool blocking, bool respond)
175 ret = ipc_mux_acb_send(ipc_mux, blocking);
145 ipc_mux_dl_acb_send_cmds(struct iosm_mux *ipc_mux, u32 cmd_type, u8 if_id, u32 transaction_id, union mux_cmd_param *param, size_t res_size, bool blocking, bool respond) argument
/linux-master/kernel/
H A Dreboot.c56 bool blocking; member in struct:sys_off_handler
418 handler->blocking = true;
427 handler->blocking = true;
445 if (handler->blocking) {
483 if (handler->blocking)
/linux-master/drivers/block/null_blk/
H A Dnull_blk.h97 bool blocking; /* blocking blk-mq device */ member in struct:nullb_device
H A Dmain.c177 module_param_named(blocking, g_blocking, bool, 0444);
178 MODULE_PARM_DESC(blocking, "Register as a blocking blk-mq driver device");
427 NULLB_DEVICE_ATTR(blocking, bool, NULL);
667 "badblocks,blocking,blocksize,cache_size,"
742 dev->blocking = g_blocking;
1537 * If the device is marked as blocking (i.e. memory backed or zoned
1781 if (nullb->dev->blocking)
1814 /* Do memory allocation, so set blocking */
1816 dev->blocking
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.c84 int hfi_core_deinit(struct venus_core *core, bool blocking) argument
95 if (!empty && !blocking) {
H A Dhfi.h151 int hfi_core_deinit(struct venus_core *core, bool blocking);
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h255 struct dp_sdp *vsc, bool blocking);
/linux-master/drivers/scsi/
H A Dsg.c187 const char __user *buf, size_t count, int blocking,
190 unsigned char *cmnd, int timeout, int blocking);
605 int input_size, blocking; local
633 blocking = !(filp->f_flags & O_NONBLOCK);
636 blocking, 0, 0, NULL);
710 k = sg_common_write(sfp, srp, cmnd, sfp->timeout, blocking);
716 size_t count, int blocking, int read_only, int sg_io_owned,
773 k = sg_common_write(sfp, srp, cmnd, timeout, blocking);
783 unsigned char *cmnd, int timeout, int blocking)
715 sg_new_write(Sg_fd *sfp, struct file *file, const char __user *buf, size_t count, int blocking, int read_only, int sg_io_owned, Sg_request **o_srp) argument
782 sg_common_write(Sg_fd * sfp, Sg_request * srp, unsigned char *cmnd, int timeout, int blocking) argument
/linux-master/fs/ocfs2/
H A Ddlmglue.c93 int blocking);
96 int blocking);
106 int blocking);
988 * blocking. this also catches the case where we get
1122 mlog(ML_BASTS, "BAST fired for lockres %s, blocking %d, level %d, "
1963 * the blocking list).
2093 * Fake a blocking ast for the downconvert code.
2559 * The method is to get a blocking lock and immediately unlock
3502 * queued if blocking, but we still may have to wait on it
3637 mlog(ML_BASTS, "lockres %s, level %d => %d, blocking
3741 int blocking; local
3944 ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres, int blocking) argument
4058 ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres, int blocking) argument
4160 ocfs2_refcount_convert_worker(struct ocfs2_lock_res *lockres, int blocking) argument
[all...]
/linux-master/arch/um/os-Linux/
H A Dfile.c445 int os_set_fd_block(int fd, int blocking) argument
453 if (blocking)
/linux-master/arch/um/include/shared/
H A Dos.h162 extern int os_set_fd_block(int fd, int blocking);
/linux-master/include/media/
H A Dcec.h73 bool blocking; member in struct:cec_data
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c309 * If this was in blocking mode, then complete it, otherwise
327 if (data->blocking) {
329 * Someone is blocking so mark the message as completed
336 * No blocking, so just queue the message if needed and
372 if (!data->blocking)
380 if (!data->blocking)
387 if (!data->blocking && data->msg.sequence)
915 data->blocking = block;
1513 * messages. Note that these are non-blocking transmits, meaning that
/linux-master/ipc/
H A Dsem.c137 struct sembuf *blocking; /* the operation that blocked */ member in struct:sem_queue
635 * Caller blocking are as follows, based the value
699 q->blocking = sop;
782 q->blocking = sop;
1075 struct sembuf *sop = q->blocking;
2102 if (error == 0) { /* non-blocking successful path */
2120 if (error < 0) /* non-blocking error path */
/linux-master/drivers/misc/mei/
H A Dmei_dev.h133 * @MEI_CL_IO_TX_BLOCKING: send is blocking
136 * @MEI_CL_IO_RX_NONBLOCK: recv is non-blocking
230 * @blocking: transmission blocking mode
243 u32 blocking:1; member in struct:mei_cl_cb
H A Dclient.c1619 * @block: this request is blocking
1960 * effective only for blocking writes: the cb->blocking is set.
1978 bool blocking; local
1994 blocking = cb->blocking;
2086 if (blocking && cl->writing_state != MEI_WRITE_COMPLETE) {
/linux-master/fs/fuse/
H A Dfile.c489 * This is currently done by blocking further writes with FUSE_NOWRITE
704 if (!left && io->blocking)
708 if (!left && !io->blocking) {
3019 io->blocking = is_sync_kiocb(iocb);
3033 io->blocking = true;
3035 if (io->async && io->blocking) {
3053 bool blocking = io->blocking; local
3058 if (!blocking)
/linux-master/drivers/input/misc/
H A Diqs269a.c298 u8 blocking; member in struct:iqs269_sys_reg
580 if (fwnode_property_present(ch_node, "azoteq,blocking-enable"))
581 iqs269->sys_reg.blocking |= BIT(reg);
1009 sys_reg->blocking = 0;
/linux-master/include/uapi/linux/
H A Dcdrom.h821 __u16 blocking; member in struct:rwrt_feature_desc

Completed in 648 milliseconds

12