HomeSort by relevance Sort by last modified time
    Searched full:nr_pools (Results 1 - 1 of 1) sorted by null

  /external/fio/
smalloc.c 54 static unsigned int nr_pools; variable
214 nr_pools++;
248 for (i = 0; i < nr_pools; i++)
339 for (i = 0; i < nr_pools; i++) {
446 for (; i < nr_pools; i++) {
460 if (nr_pools + 1 > MAX_POOLS)
463 i = nr_pools;
464 if (add_pool(&mp[nr_pools], size))

Completed in 79 milliseconds