/Zephyr-latest/kernel/ |
D | stack.c | 27 void k_stack_init(struct k_stack *stack, stack_data_t *buffer, in k_stack_init() 44 int32_t z_impl_k_stack_alloc_init(struct k_stack *stack, uint32_t num_entries) in z_impl_k_stack_alloc_init() 66 static inline int32_t z_vrfy_k_stack_alloc_init(struct k_stack *stack, in z_vrfy_k_stack_alloc_init() 80 int k_stack_cleanup(struct k_stack *stack) in k_stack_cleanup() 101 int z_impl_k_stack_push(struct k_stack *stack, stack_data_t data) in z_impl_k_stack_push() 139 static inline int z_vrfy_k_stack_push(struct k_stack *stack, stack_data_t data) in z_vrfy_k_stack_push() 148 int z_impl_k_stack_pop(struct k_stack *stack, stack_data_t *data, in z_impl_k_stack_pop() 193 static inline int z_vrfy_k_stack_pop(struct k_stack *stack, in z_vrfy_k_stack_pop()
|
D | dynamic.c | 27 k_thread_stack_t *stack; member 38 k_thread_stack_t *stack; in z_thread_stack_alloc_pool() local 77 k_thread_stack_t *stack = NULL; in z_impl_k_thread_stack_alloc() local 116 int z_impl_k_thread_stack_free(k_thread_stack_t *stack) in z_impl_k_thread_stack_free() 161 static inline int z_vrfy_k_thread_stack_free(k_thread_stack_t *stack) in z_vrfy_k_thread_stack_free()
|
D | dynamic_disabled.c | 20 int z_impl_k_thread_stack_free(k_thread_stack_t *stack) in z_impl_k_thread_stack_free()
|
D | thread.c | 335 uint32_t *stack; in z_check_stack_sentinel() local 384 k_thread_stack_t *stack, size_t stack_size) in setup_thread_stack() 509 k_thread_stack_t *stack, size_t stack_size, in z_setup_new_thread() 652 k_thread_stack_t *stack, in z_impl_k_thread_create() 670 bool z_stack_is_user_capable(k_thread_stack_t *stack) in z_stack_is_user_capable() 676 k_thread_stack_t *stack, in z_vrfy_k_thread_create()
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 80 struct rbnode **stack) in find_and_stack() 130 static void rotate(struct rbnode **stack, int stacksz) in rotate() 157 static void fix_extra_red(struct rbnode **stack, int stacksz) in fix_extra_red() 232 struct rbnode **stack = &tree->iter_stack[0]; in rb_insert() local 234 struct rbnode *stack[tree->max_depth + 1]; in rb_insert() local 269 static void fix_missing_black(struct rbnode **stack, int stacksz, in fix_missing_black() 376 struct rbnode **stack = &tree->iter_stack[0]; in rb_remove() local 378 struct rbnode *stack[tree->max_depth + 1]; in rb_remove() local
|
/Zephyr-latest/include/zephyr/modem/backend/ |
D | tty.h | 27 k_thread_stack_t *stack; member 34 k_thread_stack_t *stack; member
|
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/ |
D | main.c | 43 k_thread_stack_t *stack; in ZTEST_USER() local 79 static k_thread_stack_t *stack[CONFIG_DYNAMIC_THREAD_POOL_SIZE]; in ZTEST() local 131 static k_thread_stack_t *stack[MAX_HEAP_STACKS]; in ZTEST() local 218 static k_thread_stack_t *stack[2]; in ZTEST() local
|
/Zephyr-latest/tests/arch/x86/nmi/src/ |
D | main.c | 40 uint64_t stack; in z_x86_do_kernel_nmi() local
|
/Zephyr-latest/arch/mips/core/ |
D | thread.c | 18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/modules/lvgl/include/ |
D | lvgl_zephyr_osal.h | 18 k_thread_stack_t *stack; member
|
/Zephyr-latest/lib/os/ |
D | user_work.c | 42 void k_work_user_queue_start(struct k_work_user_q *work_q, k_thread_stack_t *stack, in k_work_user_queue_start()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | cpu.c | 50 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
D | thread.c | 28 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/arch/nios2/core/ |
D | thread.c | 31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | smpboot.c | 22 char stack[STACKSZ]; variable
|
/Zephyr-latest/tests/kernel/obj_tracking/src/ |
D | main.c | 36 struct k_stack stack; in ZTEST() local
|
/Zephyr-latest/arch/arm64/core/ |
D | thread.c | 85 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/arch/riscv/core/ |
D | smp.c | 31 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
D | thread.c | 21 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/tests/kernel/smp_boot_delay/src/ |
D | main.c | 22 char stack[STACKSZ]; variable
|
/Zephyr-latest/arch/sparc/core/ |
D | thread.c | 31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | app_threads.h | 18 void *stack; member
|
/Zephyr-latest/tests/misc/llext-edk/src/ |
D | main.c | 52 k_thread_stack_t *stack, struct k_heap *heap, in load_and_run_extension()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | multiprocessing.c | 123 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/arch/posix/core/ |
D | thread.c | 32 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|