Home
last modified time | relevance | path

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

12345678910>>...47

/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/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()
147 /* edge case: startpoint of movement on barrier → blocking */ in fixes_pointer_barriers_test()
154 /* edge case: startpoint of movement on barrier → not blocking, positive */ in fixes_pointer_barriers_test()
161 /* edge case: startpoint of movement on barrier → not blocking, negative */ in fixes_pointer_barriers_test()
168 /* edge case: endpoint of movement on barrier → blocking */ in fixes_pointer_barriers_test()
228 /* edge case: startpoint of movement on barrier → blocking */ in fixes_pointer_barriers_test()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dlocking.c30 * - blocking lock semantics
39 * is done by read-write spinlock and the blocking part is implemented using
45 * blocking semantics - the low-level rwlock is not held but the counter
46 * denotes how many times the blocking lock was held;
91 * Locking pattern - blocking
94 * The blocking write uses the following scheme. The +--+ denotes the spinning
106 * Blocking read is similar.
188 * Mark already held read lock as blocking. Can be nested in write lock by the
194 * The rwlock is released and blocking reader counter is increased.
213 * Mark already held write lock as blocking.
[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 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
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp94 Some member functions are described as a "Blocking Call" while some are described as a
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
144 //! builds GpuMat from host memory (Blocking call)
163 /** @brief Performs data upload to GpuMat (Blocking call)
165 This function copies data from host memory to device memory. As being a blocking call, it is
170 /** @brief Performs data upload to GpuMat (Non-Blocking call)
172 This function copies data from host memory to device memory. As being a non-blocking call, this
180 /** @brief Performs data download from GpuMat (Blocking call)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp94 Some member functions are described as a "Blocking Call" while some are described as a
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
144 //! builds GpuMat from host memory (Blocking call)
163 /** @brief Performs data upload to GpuMat (Blocking call)
165 This function copies data from host memory to device memory. As being a blocking call, it is
170 /** @brief Performs data upload to GpuMat (Non-Blocking call)
172 This function copies data from host memory to device memory. As being a non-blocking call, this
180 /** @brief Performs data download from GpuMat (Blocking call)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp94 Some member functions are described as a "Blocking Call" while some are described as a
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
144 //! builds GpuMat from host memory (Blocking call)
163 /** @brief Performs data upload to GpuMat (Blocking call)
165 This function copies data from host memory to device memory. As being a blocking call, it is
170 /** @brief Performs data upload to GpuMat (Non-Blocking call)
172 This function copies data from host memory to device memory. As being a non-blocking call, this
180 /** @brief Performs data download from GpuMat (Blocking call)
[all …]
/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/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dnet_sockets.h151 * non-blocking and accept() would block.
181 * \brief Set the socket blocking
190 * \brief Set the socket non-blocking
217 * or a non-zero error code; with a non-blocking socket,
231 * or a non-zero error code; with a non-blocking socket,
237 * \brief Read at most 'len' characters, blocking for at most
254 * non-blocking. Handling timeouts with non-blocking reads
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dnet_sockets.h151 * non-blocking and accept() would block.
181 * \brief Set the socket blocking
190 * \brief Set the socket non-blocking
217 * or a non-zero error code; with a non-blocking socket,
231 * or a non-zero error code; with a non-blocking socket,
237 * \brief Read at most 'len' characters, blocking for at most
254 * non-blocking. Handling timeouts with non-blocking reads
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dnet_sockets.h151 * non-blocking and accept() would block.
181 * \brief Set the socket blocking
190 * \brief Set the socket non-blocking
217 * or a non-zero error code; with a non-blocking socket,
231 * or a non-zero error code; with a non-blocking socket,
237 * \brief Read at most 'len' characters, blocking for at most
254 * non-blocking. Handling timeouts with non-blocking reads
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dnet_sockets.h151 * non-blocking and accept() would block.
181 * \brief Set the socket blocking
190 * \brief Set the socket non-blocking
217 * or a non-zero error code; with a non-blocking socket,
231 * or a non-zero error code; with a non-blocking socket,
237 * \brief Read at most 'len' characters, blocking for at most
254 * non-blocking. Handling timeouts with non-blocking reads
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.cpp251 * make the reading end of the pipe non blocking. in create_stop_fds()
253 * blocking in create_stop_fds()
270 * make the reading end of the pipe non blocking. in create_stop_fds()
272 * blocking in create_stop_fds()
289 * make the reading end of the pipe non blocking. in create_stop_fds()
291 * blocking in create_stop_fds()
308 * make the reading end of the pipe non blocking. in create_stop_fds()
310 * blocking in create_stop_fds()
327 * make the reading end of the pipe non blocking. in create_stop_fds()
329 * blocking in create_stop_fds()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A 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]
/OK3568_Linux_fs/kernel/kernel/
H A Dnotifier.c54 * @nl: Pointer to head of the blocking notifier chain
100 * @nl: Pointer to head of the blocking notifier chain
226 * Blocking notifier chain routines. All access to the chain is
231 * blocking_notifier_chain_register - Add notifier to a blocking notifier chain
232 * @nh: Pointer to head of the blocking notifier chain
235 * Adds a notifier to a blocking notifier chain.
261 * blocking_notifier_chain_unregister - Remove notifier from a blocking notifier chain
262 * @nh: Pointer to head of the blocking notifier chain
265 * Removes a notifier from a blocking notifier chain.
310 * blocking_notifier_call_chain - Call functions in a blocking notifier chain
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DTIC54X_002dBlock.html69 <a name="Blocking"></a>
70 <h4 class="subsection">9.45.2 Blocking</h4>
71 <p>A blocked section or memory block is guaranteed not to cross the blocking
73 blocking size, or to start on a page boundary if it is larger than the
74 blocking size.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DTIC54X_002dBlock.html69 <a name="Blocking"></a>
70 <h4 class="subsection">9.45.2 Blocking</h4>
71 <p>A blocked section or memory block is guaranteed not to cross the blocking
73 blocking size, or to start on a page boundary if it is larger than the
74 blocking size.
/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

12345678910>>...47