Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/kernel/
Dstack.c27 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()
Ddynamic.c27 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()
Ddynamic_disabled.c20 int z_impl_k_thread_stack_free(k_thread_stack_t *stack) in z_impl_k_thread_stack_free()
Dthread.c335 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/
Drb.c80 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/
Dtty.h27 k_thread_stack_t *stack; member
34 k_thread_stack_t *stack; member
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c43 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/
Dmain.c40 uint64_t stack; in z_x86_do_kernel_nmi() local
/Zephyr-latest/arch/mips/core/
Dthread.c18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-latest/modules/lvgl/include/
Dlvgl_zephyr_osal.h18 k_thread_stack_t *stack; member
/Zephyr-latest/lib/os/
Duser_work.c42 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/
Dcpu.c50 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
Dthread.c28 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-latest/arch/nios2/core/
Dthread.c31 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/
Dsmpboot.c22 char stack[STACKSZ]; variable
/Zephyr-latest/tests/kernel/obj_tracking/src/
Dmain.c36 struct k_stack stack; in ZTEST() local
/Zephyr-latest/arch/arm64/core/
Dthread.c85 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-latest/arch/riscv/core/
Dsmp.c31 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
Dthread.c21 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/
Dmain.c22 char stack[STACKSZ]; variable
/Zephyr-latest/arch/sparc/core/
Dthread.c31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dapp_threads.h18 void *stack; member
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c52 k_thread_stack_t *stack, struct k_heap *heap, in load_and_run_extension()
/Zephyr-latest/soc/intel/intel_adsp/common/
Dmultiprocessing.c123 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
/Zephyr-latest/arch/posix/core/
Dthread.c32 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()

123