Home
last modified time | relevance | path

Searched full:blocking (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/Linux-v5.15/Documentation/userspace-api/media/dvb/
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)
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)
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
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.
/Linux-v5.15/drivers/staging/media/av7110/
Daudio-fopen.rst54 - 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
Dvideo-fopen.rst54 - 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)
Dvideo-get-event.rst57 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-v5.15/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.15/Documentation/driver-api/
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-v5.15/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Devent_fifo_public.h22 /*! Blocking read from an event source EVENT[ID]
31 /*! Conditional blocking wait for an event source EVENT[ID]
42 /*! Blocking read from an event source EVENT[ID]
51 /*! Blocking write to an event sink EVENT[ID]
Dinput_formatter_public.h31 /*! Set the blocking mode of INPUT_FORMATTER[ID]
34 \param enable[in] blocking enable flag
40 enabling blocking the inputformatter will wait on the first presented
/Linux-v5.15/kernel/
Dnotifier.c54 * @nl: Pointer to head of the blocking notifier chain
100 * @nl: Pointer to head of the blocking notifier chain
207 * Blocking notifier chain routines. All access to the chain is
212 * blocking_notifier_chain_register - Add notifier to a blocking notifier chain
213 * @nh: Pointer to head of the blocking notifier chain
216 * Adds a notifier to a blocking notifier chain.
242 * blocking_notifier_chain_unregister - Remove notifier from a blocking notifier chain
243 * @nh: Pointer to head of the blocking notifier chain
246 * Removes a notifier from a blocking notifier chain.
291 * blocking_notifier_call_chain - Call functions in a blocking notifier chain
[all …]
/Linux-v5.15/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.15/arch/m68k/sun3/prom/
Dconsole.c16 /* Non blocking get character from console input device, returns -1
31 /* Non blocking put character to console device, returns -1 if
46 /* Blocking version of get character routine above. */
55 /* Blocking version of put character routine above. */
/Linux-v5.15/Documentation/filesystems/
Dgfs2-glocks.rst13 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-v5.15/include/uapi/linux/
Dvm_sockets.h69 /* Option name for using non-blocking send/receive. Use as the option name
70 * for setsockopt(3) or getsockopt(3) to set or get the non-blocking
72 * send() and recv() can be called in non-blocking contexts for the given
77 * It is not to be confused with conventional non-blocking socket operations.
/Linux-v5.15/kernel/rcu/
Dtree_plugin.h140 * period wait for a task that is not strictly speaking blocking it.
142 * blocking an expedited grace period.
146 * fixed number of preempted tasks blocking the normal grace period that are
147 * not also blocking the expedited grace period will resume and complete
182 * Blocking neither GP, or first task blocking the normal in rcu_preempt_ctxt_queue()
183 * GP but not blocking the already-waiting expedited GP. in rcu_preempt_ctxt_queue()
185 * blocking the already-waiting GPs. in rcu_preempt_ctxt_queue()
203 * already queued tasks that are not blocking it. in rcu_preempt_ctxt_queue()
213 * Second or subsequent task blocking the expedited GP. in rcu_preempt_ctxt_queue()
215 * first task blocking the normal GP. Queue just after in rcu_preempt_ctxt_queue()
[all …]
DKconfig58 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-v5.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Devent_fifo_local.h41 /* Read from FIFO are blocking, query data availability */
55 /* Writes to FIFO are blocking, query data space */
/Linux-v5.15/kernel/sched/
Dcompletion.c271 * try_wait_for_completion - try to decrement a completion without blocking
274 * Return: 0 if a decrement cannot be done without blocking
278 * attempt to decrement the counter without blocking. This
289 * in the non-blocking case, we check x->done in try_wait_for_completion()
291 * return early in the blocking case. in try_wait_for_completion()
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/
Dsensirion,shtc1.yaml31 sensirion,blocking-io:
58 sensirion,blocking-io;
/Linux-v5.15/drivers/hwmon/
Dshtc1.c41 /* delays for non-blocking i2c commands, both in us */
82 * In blocking mode (clock stretching mode) the I2C bus in shtc1_update_values()
84 * will wait until the data is ready. For non blocking mode, we in shtc1_update_values()
240 data->setup.blocking_io = of_property_read_bool(np, "sensirion,blocking-io"); in shtc1_probe()
/Linux-v5.15/Documentation/block/
Dnull_blk.rst96 blocking=[0/1]: Default: 0
97 Blocking behavior of the request queue.
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.15/Documentation/userspace-api/media/cec/
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 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.

12345678910>>...31