/linux/Documentation/userspace-api/media/dvb/ |
A D | ca-fopen.rst | 43 - open in non-blocking mode 44 (blocking mode is the default) 53 significance of blocking or non-blocking mode is described in the 56 blocking mode can later be put into non-blocking mode (and vice versa)
|
A D | dmx-fopen.rst | 46 - open in non-blocking mode 47 (blocking mode is the default) 63 The significance of blocking or non-blocking mode is described in the 66 in blocking mode can later be put into non-blocking mode (and vice versa)
|
A D | fe-get-event.rst | 37 not available, the behavior depends on whether the device is in blocking 38 or non-blocking mode. In the latter case, the call fails immediately 58 - There is no event pending, and the device is in non-blocking mode.
|
A D | frontend_f_open.rst | 61 non-blocking or blocking mode was specified. A front-end device opened 62 in blocking mode can later be put into non-blocking mode (and vice
|
/linux/drivers/staging/media/av7110/ |
A D | audio-fopen.rst | 54 - O_NONBLOCK open in non-blocking mode 59 - (blocking mode is the default) 67 blocking or non-blocking mode is described in the documentation for 69 of the open() call itself. A device opened in blocking mode can later be 70 put into non-blocking mode (and vice versa) using the F_SETFL command
|
A D | video-fopen.rst | 54 - O_NONBLOCK open in non-blocking mode 59 - (blocking mode is the default) 68 significance of blocking or non-blocking mode is described in the 71 blocking mode can later be put into non-blocking mode (and vice versa)
|
A D | video-get-event.rst | 57 in blocking or non-blocking mode. In the latter case, the call fails 99 - There is no event pending, and the device is in non-blocking mode.
|
/linux/Documentation/hwmon/ |
A 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.
|
A 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/Documentation/driver-api/ |
A D | mailbox.rst | 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/Documentation/driver-api/mmc/ |
A 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/Documentation/devicetree/bindings/hwmon/ |
A D | sensirion,shtc1.yaml | 31 sensirion,blocking-io: 58 sensirion,blocking-io;
|
/linux/Documentation/filesystems/ |
A D | gfs2-glocks.rst | 13 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other 164 1. DLM lock time (non-blocking requests) 165 2. DLM lock time (blocking requests) 168 A non-blocking request is one which will complete right 173 "try lock" flag is set. A blocking request covers all the other 226 srtt Smoothed round trip time for non blocking dlm requests 228 srttb Smoothed round trip time for (potentially) blocking dlm requests
|
/linux/Documentation/block/ |
A 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/drivers/net/wwan/iosm/ |
A D | iosm_ipc_mux_codec.h | 154 size_t res_size, bool blocking, bool respond);
|
A D | iosm_ipc_mux_codec.c | 25 static int ipc_mux_acb_send(struct iosm_mux *ipc_mux, bool blocking) in ipc_mux_acb_send() argument 39 if (blocking) { in ipc_mux_acb_send() 104 size_t res_size, bool blocking, bool respond) in ipc_mux_dl_acb_send_cmds() argument 120 ret = ipc_mux_acb_send(ipc_mux, blocking); in ipc_mux_dl_acb_send_cmds()
|
/linux/Documentation/userspace-api/media/cec/ |
A D | cec-ioc-receive.rst | 42 If the file descriptor is in non-blocking mode and there are no received 44 error code. If the file descriptor is in blocking mode and ``timeout`` 52 2. the result of an earlier non-blocking transmit (the ``sequence`` field will 65 If the file descriptor is in non-blocking mode then the transmit will 126 the transmit result (when transmit was called in non-blocking mode). This 348 No messages are in the receive queue, and the filehandle is in non-blocking mode.
|
A D | cec-ioc-dqevent.rst | 35 non-blocking mode and no event is pending, then it will return -1 and 240 This is returned when the filehandle is in non-blocking mode and there 244 An interrupt (e.g. Ctrl-C) arrived while in blocking mode waiting for
|
/linux/kernel/rcu/ |
A D | Kconfig | 58 permits arbitrary sleeping or blocking within RCU read-side critical 197 This option also prevents heavy loads from blocking RCU 211 readers blocking that grace period. Note that any RCU reader 212 blocking an expedited RCU grace period is boosted immediately.
|
/linux/Documentation/s390/ |
A 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/include/sound/ |
A D | seq_kernel.h | 62 struct file *file, bool blocking);
|
/linux/Documentation/input/joydev/ |
A 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/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_ioctl.h | 62 int blocking; member
|
/linux/Documentation/RCU/ |
A D | rcu.rst | 44 counters. These counters allow limited types of blocking within 46 counters, and permits general blocking within RCU read-side
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-s-hw-freq-seek.rst | 58 If this ioctl is called from a non-blocking filehandle, then ``EAGAIN`` 131 non-blocking mode.
|