Searched refs:progress (Results 1 – 13 of 13) sorted by relevance
| /subsys/testsuite/ztest/src/ |
| A D | ztress.c | 84 uint32_t progress = 100; in progress_timeout() local 91 progress = (100 * exec_cnt[0]) / tmr_data->exec_cnt; in progress_timeout() 106 progress = MIN(progress, thread_progress); in progress_timeout() 113 printk("\r%u%% remaining:%u ms", progress, (uint32_t)rem); in progress_timeout()
|
| /subsys/mgmt/hawkbit/ |
| A D | Kconfig | 237 bool "Save the hawkBit update download progress" 240 Regularly save progress of hawkBit update download operation. 241 When enabled, the download progress is periodically saved to 248 int "Save the hawkBit update download progress interval" 253 Set the interval (in percent) that the hawkBit update download progress will be saved. 254 0 means that the progress will be saved every time a new chunk is downloaded.
|
| /subsys/storage/stream/ |
| A D | Kconfig | 54 bool "Persistent stream write progress" 58 Enable API for loading and storing the current write progress to flash
|
| /subsys/bluetooth/mesh/ |
| A D | dfd_srv.c | 157 uint8_t progress; in handle_receivers_get() local 176 progress = bt_mesh_dfu_cli_progress(&srv->dfu) / 2; in handle_receivers_get() 186 ((progress & BIT_MASK(6)) << 26U))); in handle_receivers_get() 343 uint8_t progress) in upload_status_rsp_with_progress() argument 360 net_buf_simple_add_u8(&rsp, progress | BIT(7)); in upload_status_rsp_with_progress() 366 net_buf_simple_add_u8(&rsp, progress); in upload_status_rsp_with_progress() 378 uint8_t progress; in upload_status_rsp() local 382 progress = srv->cb->oob_progress_get(srv, srv->upload.slot); in upload_status_rsp() 386 progress = bt_mesh_blob_srv_progress(&srv->upload.blob); in upload_status_rsp() 389 upload_status_rsp_with_progress(srv, ctx, status, progress); in upload_status_rsp()
|
| A D | Kconfig | 610 hex "Maximum number of retransmissions without progress to a unicast address"
|
| /subsys/bluetooth/mesh/shell/ |
| A D | dfd.c | 161 uint8_t progress = bt_mesh_dfu_cli_progress(&dfd_srv->dfu) / 2; in cmd_dfd_receivers_get() local 171 t->blob.status, progress, t->img_idx, (i == cnt - 1) ? "" : ","); in cmd_dfd_receivers_get()
|
| A D | blob.c | 149 uint8_t progress = get_progress(info); in xfer_progress() local 154 target->addr, info->phase, progress); in xfer_progress()
|
| A D | dfu.c | 988 SHELL_CMD_ARG(progress, NULL, NULL, cmd_dfu_tx_progress, 1, 0), 998 SHELL_CMD_ARG(progress, NULL, NULL, cmd_dfu_rx_progress, 1, 0),
|
| /subsys/net/l2/ieee802154/ |
| A D | Kconfig | 115 progress.
|
| /subsys/usb/device/ |
| A D | Kconfig | 149 queue from making progress on the USB tasks that would
|
| /subsys/bluetooth/audio/ |
| A D | Kconfig.tbs | 61 an write request if another is already in progress in another thread.
|
| /subsys/net/ip/ |
| A D | Kconfig.tcp | 242 "forward progress" event as described in RFC 4861.
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig.ll_sw_split | 387 This is experimental and work in progress, does not implement
|
Completed in 66 milliseconds