Home
last modified time | relevance | path

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

12345678

/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dca-fopen.rst43 - 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)
H A Ddmx-fopen.rst46 - 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)
H A Dfe-get-event.rst37 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.
H A Dfrontend_f_open.rst61 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-6.15/Documentation/hwmon/
H A 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.
H A Dsht3x.rst44 Even if sht3x sensor supports clock-stretch (blocking mode) and non-stretch
45 (non-blocking mode) in single-shot mode, this driver only supports the latter.
/linux-6.15/Documentation/driver-api/
H A Dmailbox.rst43 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-6.15/Documentation/driver-api/mmc/
H A Dmmc-test.rst234 | 37 | Write performance | With blocking req 4k to 4MB |
236 | 38 | Write performance | With non-blocking req 4k to 4MB |
238 | 39 | Read performance | With blocking req 4k to 4MB |
240 | 40 | Read performance | With non-blocking req 4k to 4MB |
244 | 42 | Write performance | Non-blocking req 1 to 512 sg elems |
248 | 44 | Read performance | Non-blocking req 1 to 512 sg elems |
260 | 50 | Commands during non-blocking | Read - use Set Block Count (CMD23) |
262 | 51 | Commands during non-blocking | Write - use Set Block Count (CMD23) |
H A 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-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_tcp_info_tcp-info-sndbuf-limited.pkt5 // Create a socket and set it to non-blocking.
15 +0 fcntl(3, F_SETFL, O_RDWR) = 0 // set back to blocking
H A Dtcp_tcp_info_tcp-info-rwnd-limited.pkt6 // Create a socket and set it to non-blocking.
19 +0 fcntl(3, F_SETFL, O_RDWR) = 0 // set back to blocking
H A Dtcp_timestamping_client-only-last-byte.pkt7 // Create a socket and set it to non-blocking.
18 +0 fcntl(3, F_SETFL, O_RDWR) = 0 // set back to blocking
H A Dtcp_blocking_blocking-connect.pkt2 // Test for blocking connect.
H A Dtcp_blocking_blocking-accept.pkt2 // Test for blocking accept.
H A Dtcp_blocking_blocking-read.pkt2 // Test for blocking read.
H A Dtcp_tcp_info_tcp-info-last_data_recv.pkt5 // Create a socket and set it to non-blocking.
H A Dtcp_blocking_blocking-write.pkt2 // Test for blocking write.
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dsensirion,shtc1.yaml31 sensirion,blocking-io:
58 sensirion,blocking-io;
/linux-6.15/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst42 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 transmit result of an earlier non-blocking transmit (the ``sequence``
55 3. the reply to an earlier non-blocking transmit (the ``sequence`` field will
68 If the file descriptor is in non-blocking mode then the transmit will
71 If a non-blocking transmit also specified waiting for a reply, then
128 the transmit result for a non-blocking transmit. This allows the application
131 In addition, if a non-blocking transmit will wait for a reply (ii.e. ``timeout``
171 When calling :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` in non-blocking mode,
366 No messages are in the receive queue, and the filehandle is in non-blocking mode.
/linux-6.15/Documentation/block/
H A Dnull_blk.rst118 blocking=[0/1]: Default: 0
122 0 Register as a non-blocking blk-mq driver device.
123 1 Register as a blocking blk-mq driver device, null_blk will set
/linux-6.15/Documentation/filesystems/
H A Dgfs2-glocks.rst13 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other
160 1. DLM lock time (non-blocking requests)
161 2. DLM lock time (blocking requests)
164 A non-blocking request is one which will complete right
169 "try lock" flag is set. A blocking request covers all the other
222 srtt Smoothed round trip time for non blocking dlm requests
224 srttb Smoothed round trip time for (potentially) blocking dlm requests
/linux-6.15/kernel/
H A Dreboot.c58 bool blocking; member
430 handler->blocking = true; in register_sys_off_handler()
439 handler->blocking = true; in register_sys_off_handler()
457 if (handler->blocking) { in register_sys_off_handler()
495 if (handler->blocking) in unregister_sys_off_handler()
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Dvirtio_gpu-none-fails.txt137 kms_flip@blocking-absolute-wf_vblank,Fail
138 kms_flip@blocking-absolute-wf_vblank-interruptible,Fail
139 kms_flip@blocking-wf_vblank,Fail
145 kms_flip@flip-vs-blocking-wf-vblank,Fail
/linux-6.15/include/linux/
H A Dkvm_types.h115 u64 blocking; member
/linux-6.15/include/sound/
H A Dseq_kernel.h62 struct file *file, bool blocking);

12345678