Searched refs:stack_block (Results 1 – 1 of 1) sorted by relevance
1558 struct stack_block { struct1559 struct stack_block *prev; argument1564 struct stack_block *stackp; argument1571 struct stack_block *g_stackp; // = &stackbase;1575 struct stack_block stackbase;1614 struct stack_block *sp; in stalloc()1619 len = sizeof(struct stack_block) - MINSIZE + blocksize; in stalloc()1690 struct stack_block *sp; in popstackmark()1729 struct stack_block *sp; in growstackblock()1730 struct stack_block *prevstackp; in growstackblock()[all …]