Lines Matching refs:k_thread_stack_t
27 k_thread_stack_t *stack;
34 static k_thread_stack_t *z_thread_stack_alloc_pool(size_t size, int flags) in z_thread_stack_alloc_pool()
38 k_thread_stack_t *stack; in z_thread_stack_alloc_pool()
54 stack = (k_thread_stack_t *)&dynamic_stack[offset]; in z_thread_stack_alloc_pool()
59 static k_thread_stack_t *z_thread_stack_alloc_dyn(size_t size, int flags) in z_thread_stack_alloc_dyn()
75 k_thread_stack_t *z_impl_k_thread_stack_alloc(size_t size, int flags) in z_impl_k_thread_stack_alloc()
77 k_thread_stack_t *stack = NULL; in z_impl_k_thread_stack_alloc()
98 static inline k_thread_stack_t *z_vrfy_k_thread_stack_alloc(size_t size, int flags) in z_vrfy_k_thread_stack_alloc()
109 if (data->stack == (k_thread_stack_t *)thread->stack_info.start) { in dyn_cb()
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()