Home
last modified time | relevance | path

Searched refs:z_stack_data (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sys/internal/
Dkobject_internal.h22 struct z_stack_data { struct
41 const struct z_stack_data *stack_data; argument
/Zephyr-latest/kernel/
Duserspace.c62 (sizeof(struct z_stack_data) + CONFIG_PRIVILEGED_STACK_SIZE + \
65 #define STACK_ELEMENT_DATA_SIZE(size) (sizeof(struct z_stack_data) + \
348 struct z_stack_data *stack_data = (struct z_stack_data *) in dynamic_object_create()