Home
last modified time | relevance | path

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

/external/fio/
Dsmalloc.c60 static unsigned int nr_pools; variable
161 if (nr_pools == MAX_POOLS) in add_pool()
199 nr_pools++; in add_pool()
214 ret = add_pool(&mp[nr_pools], smalloc_pool_size); in sinit()
242 for (i = 0; i < nr_pools; i++) in scleanup()
328 for (i = 0; i < nr_pools; i++) { in sfree()
434 end_pool = nr_pools; in smalloc()