Searched refs:processed (Results 26 – 50 of 103) sorted by relevance
12345
/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 285 req->internal.response.processed += length; in on_body() 287 NET_DBG("Processed %zd length %zd", req->internal.response.processed, in on_body() 429 req->internal.response.processed = 0; in http_report_null()
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 14 processed during a 30 second time interval.
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 12 processed by active backends. 321 The following snippet shows how logging can be processed in simple forever loop. 340 If logs are processed from a thread (user or internal) then it is possible to enable 356 that moment all logs are processed in a blocking way. 475 that log entry. Backend slots are examined when message is processed by the core 533 where they are processed exactly as in a single domain case. 641 processed in the order of arrival to the buffer in the root domain. 645 * Messages are processed as they arrive in the buffer in the root domain. 649 and the oldest message is processed first. 835 When :kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE` is used then log message is processed by the backe…
|
/Zephyr-latest/cmake/ |
D | package_helper.cmake | 38 # Note: the samples CMakeLists.txt file is not processed by package helper, so
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 169 particular implementation will be processed when creating a new socket. 208 offloaded). Higher priority socket implementations are processed first. 218 implementation processed by the system will create a socket. Therefore it's
|
/Zephyr-latest/drivers/serial/ |
D | uart_sam0.c | 195 size_t processed) in uart_sam0_notify_rx_processed() argument 201 if (dev_data->rx_processed_len == processed) { in uart_sam0_notify_rx_processed() 210 .len = processed - dev_data->rx_processed_len, in uart_sam0_notify_rx_processed() 214 dev_data->rx_processed_len = processed; in uart_sam0_notify_rx_processed()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 46 processed by the node. The delay between updating the SRPL and storing the change to the persistent
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.sam_gmac | 75 and the other being processed by the higher layer networking stack.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 78 * The network packet is then processed and placed to correct socket queue.
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 29 has been processed by the secure_storage_its_transform_to_store() function.
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 102 requires the LLEXTs to be post-processed after build.
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 140 received or processed.
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 237 /* Bogus section, post-processed during the build to initialize interrupts. */
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 34 As for slist, each node in a dlist can be processed in a natural code
|
/Zephyr-latest/samples/modules/chre/ |
D | README.rst | 49 #. Notify that the event was processed
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 17 language (.rst file extension) with Sphinx extensions, and processed 67 The reStructuredText files are processed by the Sphinx documentation system,
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 136 # As this code is processed inside registered packages, we simply test if another package has a
|
D | ZephyrConfigVersion.cmake | 128 # As this code is processed inside registered packages, we simply test if
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | lifos.rst | 124 which are then processed in some manner.
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 254 /* Bogus section, post-processed during the build to initialize interrupts. */
|
/Zephyr-latest/doc/build/version/ |
D | index.rst | 56 When an application is configured using CMake, the version file will be automatically processed,
|
/Zephyr-latest/samples/bluetooth/channel_sounding/ |
D | README.rst | 27 This limits the amount of data that can be processed at once to about 512 bytes from each device,
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 93 reduce the number of IPIs (and consequently ISRs) processed by the
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 1175 bool processed = false; in shell_log_process() local 1183 processed = z_shell_log_backend_process( in shell_log_process() 1201 } while (processed && !signaled); in shell_log_process()
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 100 processed using ``#ifdef CONFIG_MYFEATURE``.
|
12345