Home
last modified time | relevance | path

Searched refs:stack_off (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_exec.c1204 int error, find_space, stack_off; in exec_map_stack() local
1254 arc4rand(&stack_off, sizeof(stack_off), 0); in exec_map_stack()
1255 stack_top -= rounddown2(stack_off & PAGE_MASK, sizeof(void *)); in exec_map_stack()