Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 97) sorted by relevance

1234

/subsys/net/ip/
A DKconfig.stack9 int "TX thread stack size"
12 Set the TX thread stack size in bytes. The TX thread is waiting
15 This value is a baseline and the actual TX stack size might
19 int "RX thread stack size"
23 Set the RX thread stack size in bytes. The RX thread is waiting
25 This value is a baseline and the actual RX stack size might
A DKconfig.tcp25 int "TCP work queue thread stack size"
30 Set the TCP work queue thread stack size in bytes.
38 transmission and maintenance within the TCP stack.
44 avoid the TCP stack consume all net_bufs before transferring
45 execution to the lower layer network stack, with a high risk of
99 With the default value of 9, the IP stack will try to
115 size. The default value 0 lets the TCP stack select the value
127 The default value 0 lets the TCP stack select the value
153 The TCP network stack allocates packets from the buffers and the
155 This value indicates how long the stack should wait for the packet to
[all …]
A DKconfig.debug7 bool "Network stack logging and debugging"
10 Enable logging in various parts of the network stack.
50 module-str = Log level for core IP stack
51 module-help = Enables core network stack code to output debug messages.
68 module-str = Log level for utility functions in IP stack
A DKconfig.mgmt8 of the network stack as well as receiving notification on network
15 This adds support for the stack to notify events towards any
67 Set the internal stack size for NM to run registered callbacks
109 int "Size of the stack allocated for the event_mon_stack thread"
113 Sets the size of the stack for event_mon_stack_thread.
134 Add debug messages output on how much Net MGMT event stack is used.
/subsys/usb/host/
A DKconfig6 bool "USB host stack [EXPERIMENTAL]"
10 New experimental USB host stack.
45 int "USB host stack thread stack size"
48 USB host stack thread stack size in bytes.
A DKconfig.usbip19 int "USBIP thread stack size"
22 USBIP thread stack size in bytes.
/subsys/usb/device_next/
A DKconfig6 bool "New USB device stack"
10 New USB device stack.
65 int "USB device stack thread stack size"
68 USB device stack thread stack size in bytes.
81 callback will be executed in the device stack context.
95 Message work may need to be delayed because the device stack is not
/subsys/debug/coredump/
A DKconfig66 For example, the thread struct and stack of
80 Dumps the thread struct and stack of all
122 bool "Dump privilege stack of user threads"
127 Dump the privilege stack of user threads.
148 bool "Dump top of stack only"
155 stack, rather than the entire stack region. The top of the stack is
156 defined as the area from the stack pointer to the stack end, but the
166 The value -1 indicates that there is no limit, meaning that the stack
/subsys/mgmt/mcumgr/grp/settings_mgmt/
A DKconfig20 Selects if the stack or heap will be used for variables that are
26 Use a fixed size stack buffer, any user-supplied values longer than
29 Note that stack usage for parameter storage alone will be
31 therefore the MCUmgr stack should be appropriately sized.
48 variable if placed on the stack or the maximum allocated size of the
56 variable if placed on the stack or the allocated size of the
/subsys/tracing/test/
A Dtracing_test.h271 #define sys_port_trace_k_stack_init(stack) sys_trace_k_stack_init(stack, buffer, num_entries) argument
274 sys_trace_k_stack_alloc_init_enter(stack, num_entries)
277 sys_trace_k_stack_alloc_init_exit(stack, num_entries, ret)
279 #define sys_port_trace_k_stack_cleanup_enter(stack) sys_trace_k_stack_cleanup_enter(stack) argument
281 #define sys_port_trace_k_stack_cleanup_exit(stack, ret) sys_trace_k_stack_cleanup_exit(stack, ret) argument
283 #define sys_port_trace_k_stack_push_enter(stack) sys_trace_k_stack_push_enter(stack, data) argument
285 #define sys_port_trace_k_stack_push_exit(stack, ret) sys_trace_k_stack_push_exit(stack, data, ret) argument
287 #define sys_port_trace_k_stack_pop_enter(stack, timeout) argument
290 sys_trace_k_stack_pop_blocking(stack, data, timeout)
293 sys_trace_k_stack_pop_exit(stack, data, timeout, ret)
[all …]
/subsys/portability/cmsis_rtos_v2/
A DKconfig27 int "Maximum thread count in CMSIS RTOS V2 application with dynamic stack"
32 dynamically allocated stack.
35 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
39 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
42 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
46 Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
/subsys/usb/usb_c/
A DKconfig1 # USB-C stack configuration options
18 int "USB-C stack init priority"
32 int "USB-C thread stack size"
74 module-str = usbc stack
/subsys/mgmt/mcumgr/grp/enum_mgmt/
A DKconfig51 Selects if the stack or heap will be used for variables that are needed when processing
57 Use a fixed size stack buffer, any user-supplied values longer than this will be
60 Note that stack usage for parameter storage alone will be
61 MCUMGR_GRP_ENUM_DETAILS_BUFFER_TYPE_STACK * 2, therefore the MCUmgr stack should
72 occupies 2 bytes on the stack.
/subsys/modem/backends/
A Dmodem_backend_tty.c65 k_thread_create(&backend->thread, backend->stack, backend->stack_size, in modem_backend_tty_open()
122 backend->stack = config->stack; in modem_backend_tty_init()
/subsys/sensing/
A DKconfig48 int "stack size for sensing subsystem runtime thread"
52 This is the stack size for sensing subsystem runtime thread
71 int "stack size for sensor dispatch thread"
75 This is the stack size for sensor dispatch thread
/subsys/net/lib/latmon/
A DKconfig23 Specify the stack size for the network transfer thread used in latency monitoring.
35 Specify the stack size for the Latmon thread used in latency monitoring.
47 Specify the stack size for the monitor thread used in latency monitoring.
/subsys/usb/device_next/class/
A DKconfig.bt20 int "TX thread stack size"
23 Bluetooth HCI USB Transport Layer TX thread stack size.
A DKconfig.msc14 int "USB MSC thread stack size"
17 USB MSC thread stack size.
A DKconfig.cdc_acm26 int "USB CDC ACM workqueue stack size"
30 USB CDC ACM workqueue stack size.
/subsys/testsuite/
A DKconfig18 int "Test function extra thread stack size"
24 Additional stack for tests on some platform where default is not
145 bool "Run User Mode tests without additionally enabling stack protection"
152 related tests without enabling HW stack protection.
155 bool "Hardware-based stack overflow detection if available"
161 This option will enable hardware-based stack protection by default
181 This option is used to select stack sizes and enable features for
/subsys/tracing/user/
A Dtracing_user.h288 #define sys_port_trace_k_stack_init(stack) argument
289 #define sys_port_trace_k_stack_alloc_init_enter(stack) argument
290 #define sys_port_trace_k_stack_alloc_init_exit(stack, ret) argument
291 #define sys_port_trace_k_stack_cleanup_enter(stack) argument
292 #define sys_port_trace_k_stack_cleanup_exit(stack, ret) argument
293 #define sys_port_trace_k_stack_push_enter(stack) argument
294 #define sys_port_trace_k_stack_push_exit(stack, ret) argument
295 #define sys_port_trace_k_stack_pop_enter(stack, timeout) argument
296 #define sys_port_trace_k_stack_pop_blocking(stack, timeout) argument
297 #define sys_port_trace_k_stack_pop_exit(stack, timeout, ret) argument
/subsys/bluetooth/services/nus/
A DKconfig.nus20 bool "Auto-enable Bluetooth stack and start LE advertisements"
22 Auto-Enable the Bluetooth stack and start advertising with the NUS
/subsys/ipc/ipc_service/backends/
A DKconfig.icbmsg27 int "Workqueue stack size"
31 Workqueue stack size for bounding processing
/subsys/portability/cmsis_rtos_v1/
A DKconfig18 int "Max stack size threads can be allocated in CMSIS RTOS application"
22 Mention max stack size threads can be allocated in CMSIS RTOS application.
/subsys/net/pkt_filter/
A DKconfig17 bool "Additional network packet filtering hook inside IPv4 stack"
24 bool "Additional network packet filtering hook inside IPv6 stack"

Completed in 73 milliseconds

1234