Searched refs:processed (Results 1 – 20 of 20) sorted by relevance
| /subsys/storage/stream/ |
| A D | stream_flash.c | 264 int processed = 0; in stream_flash_buffered_write() local 276 while ((len - processed) >= in stream_flash_buffered_write() 278 memcpy(ctx->buf + ctx->buf_bytes, data + processed, in stream_flash_buffered_write() 288 processed += buf_empty_bytes; in stream_flash_buffered_write() 292 if (processed < len) { in stream_flash_buffered_write() 294 data + processed, len - processed); in stream_flash_buffered_write() 295 ctx->buf_bytes += len - processed; in stream_flash_buffered_write()
|
| /subsys/logging/ |
| A D | Kconfig.links | 18 Dedicated buffer allows to maintain ordering of processed messages. 19 If 0, main buffer is used and messages are processed in the order of
|
| A D | Kconfig.mode | 15 Log messages are buffered and processed later. This mode has the 22 When enabled log is processed in the context of the call. It impacts
|
| /subsys/net/lib/http/ |
| A D | http_client.c | 298 req->internal.response.processed += length; in on_body() 300 NET_DBG("Processed %zd length %zd", req->internal.response.processed, in on_body() 447 req->internal.response.processed = 0; in http_report_null() 487 size_t offset = 0, processed = 0; in http_wait_data() local 540 processed = http_parser_execute( in http_wait_data() 544 if (processed > offset) { in http_wait_data() 560 req->internal.response.data_len = processed; in http_wait_data() 561 offset -= processed; in http_wait_data() 593 req->internal.response.recv_buf + processed, in http_wait_data()
|
| /subsys/net/l2/ieee802154/ |
| A D | ieee802154_6lo.h | 24 uint16_t processed; /* in bytes */ member
|
| A D | ieee802154_6lo_fragment.h | 39 ctx->processed = 0U; in ieee802154_6lo_fragment_ctx_init()
|
| A D | ieee802154_6lo_fragment.c | 188 ctx->processed += capacity; in ieee802154_6lo_fragment() 209 ctx->offset = ctx->processed >> 3; in ieee802154_6lo_fragment()
|
| /subsys/input/ |
| A D | Kconfig | 28 Input events callbacks are processed synchronously in the context of 36 processed asynchronously in a dedicated thread.
|
| /subsys/shell/ |
| A D | Kconfig.template.shell_log_queue_size | 7 Size of buffer for messages that can be enqueued in order to be processed
|
| A D | shell.c | 1183 bool processed = false; in shell_log_process() local 1189 processed = z_shell_log_backend_process( in shell_log_process() 1202 } while (processed && !k_event_test(&sh->ctx->signal_event, SHELL_SIGNAL_RXRDY)); in shell_log_process()
|
| /subsys/usb/device_next/class/ |
| A D | usbd_msc_scsi.c | 920 size_t processed = 0; in scsi_write_data() local 926 processed = ctx->write_cb(ctx, buf, length); in scsi_write_data() 928 ctx->remaining_data -= processed; in scsi_write_data() 929 if (processed == 0) { in scsi_write_data() 933 return processed; in scsi_write_data()
|
| /subsys/logging/backends/ |
| A D | Kconfig.uart | 28 In immediate logging mode, processed log messages are not buffered and are always
|
| /subsys/debug/thread_analyzer/ |
| A D | Kconfig | 66 This will allow the interrupts to be processed while the thread is
|
| /subsys/secure_storage/ |
| A D | Kconfig.its_transform | 29 has been processed by the secure_storage_its_transform_to_store() function.
|
| /subsys/mgmt/mcumgr/smp/ |
| A D | Kconfig | 140 received or processed.
|
| /subsys/llext/ |
| A D | Kconfig | 138 requires the LLEXTs to be post-processed after build.
|
| /subsys/net/ip/ |
| A D | Kconfig | 166 Specify whether DSCP/ECN values are processed at IP layer. The values 199 can be processed before lower prioritized ones. Each queue is handled 221 can be processed before lower prioritized ones. Each queue is handled
|
| /subsys/bluetooth/host/ |
| A D | Kconfig | 81 Selects in which context incoming low priority HCI packets are processed. 83 High priority events are always processed in the context of the caller of bt_recv() 85 packets are processed.
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig.ll_sw_split | 928 Done events be processed and dequeued in ULL context. 1352 processed before stop operations. 1356 been processed. The rationale for default behavior being that under
|
| /subsys/net/lib/sockets/ |
| A D | Kconfig | 136 NET_SOCKETS_PRIORITY_DEFAULT in order to be processed correctly.
|
Completed in 57 milliseconds