Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 122) sorted by relevance

12345

/Linux-v5.4/Documentation/media/uapi/dvb/
Dca-fopen.rst52 - open in non-blocking mode
53 (blocking mode is the default)
63 significance of blocking or non-blocking mode is described in the
66 blocking mode can later be put into non-blocking mode (and vice versa)
Daudio-fopen.rst63 - O_NONBLOCK open in non-blocking mode
68 - (blocking mode is the default)
77 blocking or non-blocking mode is described in the documentation for
79 of the open() call itself. A device opened in blocking mode can later be
80 put into non-blocking mode (and vice versa) using the F_SETFL command
Dvideo-fopen.rst62 - O_NONBLOCK open in non-blocking mode
67 - (blocking mode is the default)
77 significance of blocking or non-blocking mode is described in the
80 blocking mode can later be put into non-blocking mode (and vice versa)
Ddmx-fopen.rst54 - open in non-blocking mode
55 (blocking mode is the default)
72 The significance of blocking or non-blocking mode is described in the
75 in blocking mode can later be put into non-blocking mode (and vice versa)
Dfe-get-event.rst45 not available, the behavior depends on whether the device is in blocking
46 or non-blocking mode. In the latter case, the call fails immediately
69 - There is no event pending, and the device is in non-blocking mode.
Dfrontend_f_open.rst71 non-blocking or blocking mode was specified. A front-end device opened
72 in blocking mode can later be put into non-blocking mode (and vice
Dvideo-get-event.rst65 in blocking or non-blocking mode. In the latter case, the call fails
108 - There is no event pending, and the device is in non-blocking mode.
/Linux-v5.4/Documentation/hwmon/
Dshtc1.rst53 1. blocking (pull the I2C clock line down while performing the measurement) or
54 non-blocking mode. Blocking mode will guarantee the fastest result but
55 the I2C bus will be busy during that time. By default, non-blocking mode
57 want to use blocking mode.
Dsht3x.rst33 1. blocking (pull the I2C clock line down while performing the measurement) or
34 non-blocking mode. Blocking mode will guarantee the fastest result but
35 the I2C bus will be busy during that time. By default, non-blocking mode
37 want to use blocking mode.
/Linux-v5.4/Documentation/
Dmailbox.txt43 The client might want to operate in blocking mode (synchronously
44 send a message through before returning) or non-blocking/async mode (submit
93 /* Populate non-blocking mode client */
103 /* Populate blocking mode client */
106 dc_sync->cl.tx_done = NULL; /* operate in blocking mode */
123 /* Send message to remote in blocking mode */
/Linux-v5.4/Documentation/driver-api/mmc/
Dmmc-async-req.rst15 The intention of non-blocking (asynchronous) MMC requests is to minimize the
19 dma_unmap_sg are processing. Using non-blocking MMC requests makes it
26 The mmc_blk_issue_rw_rq() in the MMC block driver is made non-blocking.
48 truly non-blocking. If there is an ongoing async request it waits
/Linux-v5.4/Documentation/block/
Dnull_blk.rst96 blocking=[0/1]: Default: 0
100 0 Register as a non-blocking blk-mq driver device.
101 1 Register as a blocking blk-mq driver device, null_blk will set
/Linux-v5.4/Documentation/filesystems/
Dgfs2-glocks.txt10 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other
151 1. DLM lock time (non-blocking requests)
152 2. DLM lock time (blocking requests)
155 A non-blocking request is one which will complete right
160 "try lock" flag is set. A blocking request covers all the other
209 srtt - Smoothed round trip time for non-blocking dlm requests
211 srttb - Smoothed round trip time for (potentially) blocking dlm requests
/Linux-v5.4/kernel/rcu/
DKconfig57 permits arbitrary sleeping or blocking within RCU read-side critical
169 This option also prevents heavy loads from blocking RCU
183 readers blocking that grace period. Note that any RCU reader
184 blocking an expedited RCU grace period is boosted immediately.
/Linux-v5.4/include/sound/
Dseq_kernel.h62 struct file *file, bool blocking);
/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_ioctl.h51 int blocking; member
/Linux-v5.4/drivers/block/
Dnull_blk.h64 bool blocking; /* blocking blk-mq device */ member
/Linux-v5.4/Documentation/s390/
Dmonreader.rst130 There are two alternative methods for reading: either non-blocking read in
131 conjunction with polling, or blocking read without polling. IOCTLs are not
187 occurs on a non-blocking read if there is no data available at the
189 use polling for non-blocking reads.
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-receive.rst47 If the file descriptor is in non-blocking mode and there are no received
49 error code. If the file descriptor is in blocking mode and ``timeout``
57 2. the result of an earlier non-blocking transmit (the ``sequence`` field will
70 If the file descriptor is in non-blocking mode then the transmit will
131 the transmit result (when transmit was called in non-blocking mode). This
357 No messages are in the receive queue, and the filehandle is in non-blocking mode.
Dcec-ioc-dqevent.rst42 non-blocking mode and no event is pending, then it will return -1 and
246 This is returned when the filehandle is in non-blocking mode and there
250 An interrupt (e.g. Ctrl-C) arrived while in blocking mode waiting for
/Linux-v5.4/Documentation/devicetree/bindings/mailbox/
Dstm32-ipcc.txt3 The IPCC block provides a non blocking signaling mechanism to post and
/Linux-v5.4/Documentation/RCU/
Drcu.rst44 counters. These counters allow limited types of blocking within
46 counters, and permits general blocking within RCU read-side
/Linux-v5.4/Documentation/input/joydev/
Djoystick-api.rst20 information. The joystick device can be used in either blocking or
38 By default, the device is opened in blocking mode::
152 If you open the device in blocking mode, a read will block (that is,
161 b) open the device in non-blocking mode (O_NONBLOCK)
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-s-hw-freq-seek.rst66 If this ioctl is called from a non-blocking filehandle, then ``EAGAIN``
141 non-blocking mode.
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhfi.c84 int hfi_core_deinit(struct venus_core *core, bool blocking) in hfi_core_deinit() argument
95 if (!empty && !blocking) { in hfi_core_deinit()

12345