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()
509 k_thread_stack_t *stack, size_t stack_size, in z_setup_new_thread() argument
547 stack_ptr = setup_thread_stack(new_thread, stack, stack_size); in z_setup_new_thread()
653 size_t stack_size, k_thread_entry_t entry, in z_impl_k_thread_create() argument
659 z_setup_new_thread(new_thread, stack, stack_size, entry, p1, p2, p3, in z_impl_k_thread_create()
677 size_t stack_size, k_thread_entry_t entry, in z_vrfy_k_thread_create() argument
700 stack_size, &total_size), in z_vrfy_k_thread_create()
702 stack_size, in z_vrfy_k_thread_create()
711 stack_obj_size = stack_object->data.stack_size; in z_vrfy_k_thread_create()
730 z_setup_new_thread(new_thread, stack, stack_size, in z_vrfy_k_thread_create()