Searched refs:stack_size (Results 1 – 4 of 4) sorted by relevance
72 unsigned long stack_size = current->rlim[RLIMIT_STACK].rlim_max & -16; in ia64_set_rbs_bot() local74 if (stack_size > MAX_USER_STACK_SIZE) in ia64_set_rbs_bot()75 stack_size = MAX_USER_STACK_SIZE; in ia64_set_rbs_bot()76 current->thread.rbs_bot = STACK_TOP - stack_size; in ia64_set_rbs_bot()
648 struct pt_regs *regs, unsigned long stack_size) in do_fork() argument765 retval = copy_thread(0, clone_flags, stack_start, stack_size, p, regs); in do_fork()
1215 u_int stack_size; member
5839 ahd->stack_size = ahd_probe_stack_size(ahd); in ahd_init()5840 ahd->saved_stack = malloc(ahd->stack_size * sizeof(uint16_t), in ahd_init()8687 for (i = 0; i < ahd->stack_size; i++) { in ahd_dump_card_state()8692 for (i = ahd->stack_size-1; i >= 0; i--) { in ahd_dump_card_state()