Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 20 of 20) sorted by relevance

/subsys/storage/stream/
A Dstream_flash.c264 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 DKconfig.links18 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 DKconfig.mode15 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 Dhttp_client.c298 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 Dieee802154_6lo.h24 uint16_t processed; /* in bytes */ member
A Dieee802154_6lo_fragment.h39 ctx->processed = 0U; in ieee802154_6lo_fragment_ctx_init()
A Dieee802154_6lo_fragment.c188 ctx->processed += capacity; in ieee802154_6lo_fragment()
209 ctx->offset = ctx->processed >> 3; in ieee802154_6lo_fragment()
/subsys/input/
A DKconfig28 Input events callbacks are processed synchronously in the context of
36 processed asynchronously in a dedicated thread.
/subsys/shell/
A DKconfig.template.shell_log_queue_size7 Size of buffer for messages that can be enqueued in order to be processed
A Dshell.c1183 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 Dusbd_msc_scsi.c920 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 DKconfig.uart28 In immediate logging mode, processed log messages are not buffered and are always
/subsys/debug/thread_analyzer/
A DKconfig66 This will allow the interrupts to be processed while the thread is
/subsys/secure_storage/
A DKconfig.its_transform29 has been processed by the secure_storage_its_transform_to_store() function.
/subsys/mgmt/mcumgr/smp/
A DKconfig140 received or processed.
/subsys/llext/
A DKconfig138 requires the LLEXTs to be post-processed after build.
/subsys/net/ip/
A DKconfig166 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 DKconfig81 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 DKconfig.ll_sw_split928 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 DKconfig136 NET_SOCKETS_PRIORITY_DEFAULT in order to be processed correctly.

Completed in 57 milliseconds