Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 39) sorted by relevance

12

/subsys/net/lib/shell/
A Dvlan.c105 goto usage; in cmd_net_vlan_add()
116 goto usage; in cmd_net_vlan_add()
122 goto usage; in cmd_net_vlan_add()
129 goto usage; in cmd_net_vlan_add()
156 usage: in cmd_net_vlan_add()
177 goto usage; in cmd_net_vlan_del()
193 usage: in cmd_net_vlan_del()
/subsys/pm/
A Ddevice_runtime.c76 if (pm->base.usage == 0U) { in runtime_suspend()
82 pm->base.usage--; in runtime_suspend()
83 if (pm->base.usage > 0U) { in runtime_suspend()
101 pm->base.usage++; in runtime_suspend()
133 pm->base.usage++; in runtime_suspend_work()
184 pm->base.usage++; in get_sync_locked()
249 pm->base.usage++; in pm_device_runtime_get()
285 pm->base.usage--; in pm_device_runtime_get()
320 pm->base.usage--; in put_sync_locked()
428 pm->base.usage = 0U; in runtime_enable_sync()
[all …]
/subsys/debug/thread_analyzer/
A Dthread_analyzer.c74 " ", info->usage.total_cycles); in thread_print_cb()
81 " ", info->usage.current_cycles, info->usage.peak_cycles, in thread_print_cb()
82 info->usage.average_cycles); in thread_print_cb()
150 if (k_thread_runtime_stats_get(thread, &info.usage) != 0) { in thread_analyze_cb()
165 info.utilization = (info.usage.execution_cycles * 100U) / in thread_analyze_cb()
A DKconfig42 bool "Analyze interrupt stacks usage"
46 bool "Analyze privileged stacks usage"
50 Print privileged stack usage for user threads.
/subsys/shell/modules/
A Ddevice_service.c65 int usage; in cmd_device_list() local
86 usage = pm_device_runtime_usage(dev); in cmd_device_list()
87 if (usage >= 0) { in cmd_device_list()
88 shell_fprintf(sh, SHELL_NORMAL, " (%s, usage=%d)\n", state, usage); in cmd_device_list()
/subsys/net/ip/
A DKconfig.stack1 # Stack usage related options
6 menu "Stack usage"
A DKconfig.mgmt80 on the load of the system, planned for the usage.
/subsys/lorawan/services/
A DKconfig98 This setting has significant influence on RAM usage.
117 This setting has significant influence on RAM usage. If the exact
138 This setting has significant influence on RAM usage. If the exact
156 This setting has significant influence on RAM usage.
/subsys/shell/
A Dshell_help.c125 if (structured->usage) { in formatted_structured_help_print()
128 formatted_text_print(sh, structured->usage, terminal_offset + 7, false); in formatted_structured_help_print()
/subsys/stats/
A DKconfig9 and usage monitoring. Statistics can be retrieved with the mcumgr
/subsys/usb/device_next/class/
A DKconfig.uvc39 memory usage.
/subsys/logging/
A DKconfig.misc24 Using VLA slightly decreases stack usage in some cases it may not be
91 When enabled, maximum usage of memory used for log messages in deferred
A Dlog_core.c897 int log_mem_get_usage(uint32_t *buf_size, uint32_t *usage) in log_mem_get_usage() argument
900 __ASSERT_NO_MSG(usage != NULL); in log_mem_get_usage()
906 mpsc_pbuf_get_utilization(&log_buffer, buf_size, usage); in log_mem_get_usage()
/subsys/net/lib/
A DKconfig62 # Hidden option for VPN usage. Can be selected by the application
/subsys/mgmt/mcumgr/grp/settings_mgmt/
A DKconfig29 Note that stack usage for parameter storage alone will be
/subsys/modem/
A DKconfig89 Enables modem statistics shell commands which track the usage of
/subsys/net/l2/ieee802154/
A DKconfig.radio33 channel access and fits most usage scenarios (see IEEE 802.15.4-2020,
/subsys/dfu/
A DKconfig49 Enables usage swap type field which is required after
/subsys/fs/zms/
A DKconfig58 Enable usage of lookup cache based on hashes to get, the best ZMS performance,
/subsys/net/lib/dns/
A DKconfig173 whenever possible. This reduces network usage.
184 RAM usage.
237 usage.
/subsys/bluetooth/services/
A DKconfig.dis12 bool "Settings usage in Device Information Service"
15 Enable Settings usage in Device Information Service.
/subsys/mgmt/mcumgr/grp/enum_mgmt/
A DKconfig60 Note that stack usage for parameter storage alone will be
/subsys/secure_storage/
A DKconfig54 Increasing this value increases the stack usage when serving PSA ITS API calls.
/subsys/ipc/ipc_service/lib/
A DKconfig.icmsg33 Disabling this config may result in deadlocks in certain usage
/subsys/mgmt/mcumgr/smp/
A DKconfig21 and does not affect memory allocation or usage.

Completed in 73 milliseconds

12