/Zephyr-Core-3.6.0/kernel/ |
D | stack.c | 26 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()
|
D | dynamic.c | 27 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()
|
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 | 433 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/ |
D | rb.c | 80 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/ |
D | tty.h | 27 k_thread_stack_t *stack; member 34 k_thread_stack_t *stack; member
|
/Zephyr-Core-3.6.0/tests/arch/x86/nmi/src/ |
D | main.c | 40 uint64_t stack; in z_x86_do_kernel_nmi() local
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/kernel/threads/dynamic_thread_stack/src/ |
D | main.c | 43 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/ |
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-Core-3.6.0/arch/x86/core/intel64/ |
D | cpu.c | 141 void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz, in arch_start_cpu()
|
D | thread.c | 28 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/ |
D | thread.c | 26 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/ |
D | thread.c | 31 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/ |
D | thread.c | 85 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/ |
D | main.c | 36 struct k_stack stack; in ZTEST() local
|
/Zephyr-Core-3.6.0/tests/boards/intel_adsp/smoke/src/ |
D | smpboot.c | 22 char stack[STACKSZ]; variable
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/kernel/smp_boot_delay/src/ |
D | main.c | 22 char stack[STACKSZ]; variable
|
/Zephyr-Core-3.6.0/arch/riscv/core/ |
D | thread.c | 21 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/ |
D | app_threads.h | 18 void *stack; member
|
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/common/ |
D | multiprocessing.c | 123 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/ |
D | smp.c | 42 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/ |
D | main.cpp | 230 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/ |
D | thread.c | 115 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|