Lines Matching refs:stack_size
353 static size_t random_offset(size_t stack_size) in random_offset() argument
371 if (unlikely(fuzz * 2 > stack_size)) { in random_offset()
384 k_thread_stack_t *stack, size_t stack_size) in setup_thread_stack() argument
392 stack_obj_size = K_THREAD_STACK_LEN(stack_size); in setup_thread_stack()
399 stack_obj_size = K_KERNEL_STACK_LEN(stack_size); in setup_thread_stack()
510 k_thread_stack_t *stack, size_t stack_size, in z_setup_new_thread() argument
548 stack_ptr = setup_thread_stack(new_thread, stack, stack_size); in z_setup_new_thread()
654 size_t stack_size, k_thread_entry_t entry, in z_impl_k_thread_create() argument
660 z_setup_new_thread(new_thread, stack, stack_size, entry, p1, p2, p3, in z_impl_k_thread_create()
678 size_t stack_size, k_thread_entry_t entry, in z_vrfy_k_thread_create() argument
701 stack_size, &total_size), in z_vrfy_k_thread_create()
703 stack_size, in z_vrfy_k_thread_create()
712 stack_obj_size = stack_object->data.stack_size; in z_vrfy_k_thread_create()
731 z_setup_new_thread(new_thread, stack, stack_size, in z_vrfy_k_thread_create()