Home
last modified time | relevance | path

Searched refs:last_pool (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dsmalloc.c56 static unsigned int last_pool; variable
461 i = last_pool; in smalloc()
469 last_pool = i; in smalloc()
474 if (last_pool) { in smalloc()
475 end_pool = last_pool; in smalloc()
476 last_pool = i = 0; in smalloc()