Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance
42 unsigned short i = pstack->top, last_index = pstack->top - 1; in pstack__remove() local46 if (i < last_index) in pstack__remove()49 (last_index - i) * sizeof(void *)); in pstack__remove()
137 unsigned long last_index = 0; in gang_check() local146 while (last_index < item->index) { in gang_check()147 assert(thrash_state[last_index] != NODE_TAGGED); in gang_check()148 last_index++; in gang_check()150 assert(thrash_state[last_index] == NODE_TAGGED); in gang_check()151 last_index++; in gang_check()