Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/u-boot/cmd/
H A Dmfsl.c22 unsigned int blocking; in do_frd() local
28 blocking = (unsigned int)simple_strtoul (argv[2], NULL, 16); in do_frd()
37 switch (blocking) { in do_frd()
53 switch (blocking) { in do_frd()
69 switch (blocking) { in do_frd()
85 switch (blocking) { in do_frd()
101 switch (blocking) { in do_frd()
117 switch (blocking) { in do_frd()
133 switch (blocking) { in do_frd()
149 switch (blocking) { in do_frd()
[all …]
/OK3568_Linux_fs/kernel/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 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
H A 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)
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
H A 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.
/OK3568_Linux_fs/kernel/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.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.
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/external/xserver/test/
H A Dfixes.c39 BOOL blocking; in _fixes_test_direction() local
44 blocking = barrier_is_blocking_direction(barrier, dir); in _fixes_test_direction()
45 assert(blocking); in _fixes_test_direction()
50 blocking = barrier_is_blocking_direction(barrier, dir); in _fixes_test_direction()
52 permitted ? !blocking : blocking); in _fixes_test_direction()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dshared_mutex32 void lock(); // blocking
37 void lock_shared(); // blocking
55 void lock(); // blocking
64 void lock_shared(); // blocking
83 explicit shared_lock(mutex_type& m); // blocking
101 void lock(); // blocking
165 void lock() _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability()); // blocking
170 void lock_shared() _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_shared_capability()); // blocking
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dshared_mutex32 void lock(); // blocking
37 void lock_shared(); // blocking
55 void lock(); // blocking
64 void lock_shared(); // blocking
83 explicit shared_lock(mutex_type& m); // blocking
101 void lock(); // blocking
165 void lock() _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability()); // blocking
170 void lock_shared() _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_shared_capability()); // blocking
/OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/
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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-tornado_6.1.bb1 SUMMARY = "Tornado is an open source version of the scalable, non-blocking web server and tools th…
3 By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, maki…
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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
/OK3568_Linux_fs/kernel/Documentation/block/
H A 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
/OK3568_Linux_fs/buildroot/package/libnatpmp/
H A DConfig.in8 is based on non blocking sockets and all calls of the API are
/OK3568_Linux_fs/kernel/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 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.
/OK3568_Linux_fs/buildroot/package/turbolua/
H A DConfig.in7 uses a event-driven, non-blocking, no thread design to deliver
/OK3568_Linux_fs/kernel/Documentation/s390/
H A 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.
/OK3568_Linux_fs/kernel/kernel/rcu/
H A 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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007f-format-security.patch18 /* return failure if non-blocking lock */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/
H A Dconcurrencykit_git.bb2 safe memory reclamation mechanisms and non-blocking data structures \

12345678