Searched refs:stackp (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dmemalloc.c116 struct stack_block *stackp = &stackbase; variable in typeref:struct:stack_block
138 sp->prev = stackp;
141 stackp = sp;
167 mark->stackp = stackp;
182 while (stackp != mark->stackp) {
183 sp = stackp;
184 stackp = sp->prev;
208 if (stacknxt == stackp
[all...]
H A Dmemalloc.h38 struct stack_block *stackp; member in struct:stackmark

Completed in 59 milliseconds