| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | ca-fopen.rst | 52 - 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)
|
| D | audio-fopen.rst | 63 - 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
|
| D | video-fopen.rst | 62 - 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)
|
| D | dmx-fopen.rst | 54 - 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)
|
| D | fe-get-event.rst | 45 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.
|
| D | frontend_f_open.rst | 71 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
|
| D | video-get-event.rst | 65 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/ |
| D | shtc1.rst | 53 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.
|
| D | sht3x.rst | 33 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/ |
| D | mailbox.txt | 43 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/ |
| D | mmc-async-req.rst | 15 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/ |
| D | null_blk.rst | 96 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/ |
| D | gfs2-glocks.txt | 10 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/ |
| D | Kconfig | 57 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/ |
| D | seq_kernel.h | 62 struct file *file, bool blocking);
|
| /Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_ioctl.h | 51 int blocking; member
|
| /Linux-v5.4/drivers/block/ |
| D | null_blk.h | 64 bool blocking; /* blocking blk-mq device */ member
|
| /Linux-v5.4/Documentation/s390/ |
| D | monreader.rst | 130 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/ |
| D | cec-ioc-receive.rst | 47 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.
|
| D | cec-ioc-dqevent.rst | 42 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/ |
| D | stm32-ipcc.txt | 3 The IPCC block provides a non blocking signaling mechanism to post and
|
| /Linux-v5.4/Documentation/RCU/ |
| D | rcu.rst | 44 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/ |
| D | joystick-api.rst | 20 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/ |
| D | vidioc-s-hw-freq-seek.rst | 66 If this ioctl is called from a non-blocking filehandle, then ``EAGAIN`` 141 non-blocking mode.
|
| /Linux-v5.4/drivers/media/platform/qcom/venus/ |
| D | hfi.c | 84 int hfi_core_deinit(struct venus_core *core, bool blocking) in hfi_core_deinit() argument 95 if (!empty && !blocking) { in hfi_core_deinit()
|