Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 17 of 17) sorted by relevance

/subsys/shell/modules/kernel_service/thread/
A Dstacks.c26 size_t unused; in shell_stack_dump() local
31 ret = k_thread_stack_space_get(thread, &unused); in shell_stack_dump()
42 pcnt = ((size - unused) * 100U) / size; in shell_stack_dump()
47 thread, tname ? tname : "NA", size, unused, size - unused, size, pcnt); in shell_stack_dump()
74 size_t unused; in cmd_kernel_thread_stacks() local
77 int err = z_stack_space_get(buf, size, &unused); in cmd_kernel_thread_stacks()
84 &z_interrupt_stacks[i], i, pad, size, unused, size - unused, size, in cmd_kernel_thread_stacks()
85 ((size - unused) * 100U) / size); in cmd_kernel_thread_stacks()
A Dlist.c67 size_t unused; in shell_tdata_dump() local
94 ret = k_thread_stack_space_get(thread, &unused); in shell_tdata_dump()
101 pcnt = ((size - unused) * 100U) / size; in shell_tdata_dump()
105 size, unused, size - unused, size, pcnt); in shell_tdata_dump()
/subsys/debug/thread_analyzer/
A Dthread_analyzer.c113 size_t unused; in thread_analyze_cb() local
123 err = k_thread_stack_space_get(thread, &unused); in thread_analyze_cb()
130 unused = 0; in thread_analyze_cb()
135 info.stack_used = size - unused; in thread_analyze_cb()
138 ret = arch_thread_priv_stack_space_get(cthread, &size, &unused); in thread_analyze_cb()
141 info.priv_stack_used = size - unused; in thread_analyze_cb()
182 size_t unused; in isr_stack() local
185 err = z_stack_space_get(buf, size, &unused); in isr_stack()
190 THREAD_ANALYZER_VSTR("ISR"), core, unused, in isr_stack()
191 size - unused, size, (100 * (size - unused)) / size); in isr_stack()
/subsys/portability/cmsis_rtos_v2/
A Dthread.c341 size_t unused; in osThreadGetStackSpace() local
348 ret = k_thread_stack_space_get(&tid->z_thread, &unused); in osThreadGetStackSpace()
350 unused = 0; in osThreadGetStackSpace()
353 return (uint32_t)unused; in osThreadGetStackSpace()
/subsys/net/ip/
A Dicmpv4.h38 uint16_t unused; member
A D6lo.c33 uint8_t unused : 2; member
180 int unused = -1; in net_6lo_set_context() local
188 unused = i; in net_6lo_set_context()
207 if (unused != -1) { in net_6lo_set_context()
208 set_6lo_context(iface, unused, context); in net_6lo_set_context()
/subsys/fs/fuse_client/
A Dfuse_abi.h90 uint32_t unused[11]; member
106 uint32_t unused[6]; member
/subsys/bluetooth/mesh/
A Dsubnet.c55 uint8_t unused:1, member
110 key.unused = 0U; in store_subnet()
A Dcdb.c58 uint8_t unused:1, member
494 key.unused = 0U; in store_cdb_subnet()
/subsys/debug/
A Dmipi_stp_decoder.c319 static void flag_ts_cb(uint64_t unused, uint64_t ts) in flag_ts_cb() argument
321 ARG_UNUSED(unused); in flag_ts_cb()
/subsys/canbus/isotp/
A DKconfig56 (for classic CAN) and unused bytes must be padded by the sending
/subsys/testsuite/ztest/src/
A Dztress.c253 static void ztress_thread(void *data, void *prio, void *unused) in ztress_thread() argument
/subsys/settings/
A DKconfig226 result, some nodes will be unused and will occupy some space in the
/subsys/bluetooth/host/
A Dconn.c1724 static void perform_auto_initiated_procedures(struct bt_conn *conn, void *unused) in perform_auto_initiated_procedures() argument
1728 ARG_UNUSED(unused); in perform_auto_initiated_procedures()
1804 static void auto_initiated_procedures(struct k_work *unused) in auto_initiated_procedures() argument
1806 ARG_UNUSED(unused); in auto_initiated_procedures()
A DKconfig771 a more correct finding of the oldest unused pairing info.
/subsys/fs/virtiofs/
A Dvirtiofs.c105 static uint16_t virtiofs_queue_enum_cb(uint16_t queue_idx, uint16_t max_size, void *unused) in virtiofs_queue_enum_cb() argument
/subsys/bluetooth/controller/ll_sw/
A Dull_conn.c1764 static struct node_tx *tx_ull_dequeue(struct ll_conn *conn, struct node_tx *unused) in tx_ull_dequeue() argument

Completed in 42 milliseconds