Searched refs:stack_block (Results 1 – 2 of 2) sorted by relevance
110 struct stack_block { struct111 struct stack_block *prev; argument115 struct stack_block stackbase; argument116 struct stack_block *stackp = &stackbase;131 struct stack_block *sp; in stalloc()137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); in stalloc()178 struct stack_block *sp; in popstackmark()209 struct stack_block *oldstackp; in growstackblock()211 struct stack_block *sp; in growstackblock()218 sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
38 struct stack_block *stackp;