Searched refs:items (Results 1 – 1 of 1) sorted by relevance
139 struct page *items[MAX_BLOCKS]; member152 stack->items[stack->index] = pages; in smallstack_push()163 ret = stack->items[stack->index]; in smallstack_pop()164 stack->items[stack->index] = NULL; in smallstack_pop()
Completed in 6 milliseconds