Searched refs:stack_block (Results 1 – 2 of 2) sorted by relevance
112 struct stack_block { struct113 struct stack_block *prev; argument117 struct stack_block stackbase; argument118 struct stack_block *stackp = &stackbase;133 struct stack_block *sp; in stalloc()139 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); in stalloc()193 struct stack_block *sp; in rststackmark()226 struct stack_block *oldstackp; in growstackblock()228 struct stack_block *sp; in growstackblock()234 sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
38 struct stack_block *stackp;