Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.6.0/kernel/
Dstack.c26 void k_stack_init(struct k_stack *stack, stack_data_t *buffer, in k_stack_init()
42 int32_t z_impl_k_stack_alloc_init(struct k_stack *stack, uint32_t num_entries) in z_impl_k_stack_alloc_init()
64 static inline int32_t z_vrfy_k_stack_alloc_init(struct k_stack *stack, in z_vrfy_k_stack_alloc_init()
74 int k_stack_cleanup(struct k_stack *stack) in k_stack_cleanup()
95 int z_impl_k_stack_push(struct k_stack *stack, stack_data_t data) in z_impl_k_stack_push()
133 static inline int z_vrfy_k_stack_push(struct k_stack *stack, stack_data_t data) in z_vrfy_k_stack_push()
142 int z_impl_k_stack_pop(struct k_stack *stack, stack_data_t *data, in z_impl_k_stack_pop()
187 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
43 k_thread_stack_t *stack; in z_thread_stack_alloc_pool() local
83 k_thread_stack_t *stack = NULL; in z_impl_k_thread_stack_alloc() local
122 int z_impl_k_thread_stack_free(k_thread_stack_t *stack) in z_impl_k_thread_stack_free()
167 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.c433 uint32_t *stack; in z_check_stack_sentinel() local
515 k_thread_stack_t *stack, size_t stack_size) in setup_thread_stack()
603 k_thread_stack_t *stack, size_t stack_size, in z_setup_new_thread()
739 k_thread_stack_t *stack, in z_impl_k_thread_create()
758 bool z_stack_is_user_capable(k_thread_stack_t *stack) in z_stack_is_user_capable()
764 k_thread_stack_t *stack, in z_vrfy_k_thread_create()
/Zephyr-Core-3.6.0/lib/utils/
Drb.c80 struct rbnode **stack) in find_and_stack()
128 static void rotate(struct rbnode **stack, int stacksz) in rotate()
155 static void fix_extra_red(struct rbnode **stack, int stacksz) in fix_extra_red()
230 struct rbnode **stack = &tree->iter_stack[0]; in rb_insert() local
232 struct rbnode *stack[tree->max_depth + 1]; in rb_insert() local
266 static void fix_missing_black(struct rbnode **stack, int stacksz, in fix_missing_black()
371 struct rbnode **stack = &tree->iter_stack[0]; in rb_remove() local
373 struct rbnode *stack[tree->max_depth + 1]; in rb_remove() local
/Zephyr-Core-3.6.0/include/zephyr/modem/backend/
Dtty.h27 k_thread_stack_t *stack; member
34 k_thread_stack_t *stack; member
/Zephyr-Core-3.6.0/tests/arch/x86/nmi/src/
Dmain.c40 uint64_t stack; in z_x86_do_kernel_nmi() local
/Zephyr-Core-3.6.0/arch/mips/core/
Dthread.c18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c43 static k_thread_stack_t *stack[CONFIG_DYNAMIC_THREAD_POOL_SIZE]; in ZTEST() local
95 static k_thread_stack_t *stack[MAX_HEAP_STACKS]; in ZTEST() local
/Zephyr-Core-3.6.0/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-Core-3.6.0/arch/x86/core/intel64/
Dcpu.c141 void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz, in arch_start_cpu()
Dthread.c28 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/arch/posix/core/
Dthread.c26 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/arch/nios2/core/
Dthread.c31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/arch/arm64/core/
Dthread.c85 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/tests/kernel/obj_tracking/src/
Dmain.c36 struct k_stack stack; in ZTEST() local
/Zephyr-Core-3.6.0/tests/boards/intel_adsp/smoke/src/
Dsmpboot.c22 char stack[STACKSZ]; variable
/Zephyr-Core-3.6.0/arch/sparc/core/
Dthread.c31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/tests/kernel/smp_boot_delay/src/
Dmain.c22 char stack[STACKSZ]; variable
/Zephyr-Core-3.6.0/arch/riscv/core/
Dthread.c21 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-Core-3.6.0/tests/benchmarks/sched_userspace/src/
Dapp_threads.h18 void *stack; member
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/common/
Dmultiprocessing.c123 void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz, in arch_start_cpu()
/Zephyr-Core-3.6.0/arch/arc/core/
Dsmp.c42 void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz, in arch_start_cpu()
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/tflm_ethosu/src/
Dmain.cpp230 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main() local
253 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main() local
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dthread.c115 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()

123