Searched refs:io_pool_cnt_max (Results 1 – 1 of 1) sorted by relevance
107 static long io_pool_cnt_max = 0; variable2048 if (io_pool_cnt < io_pool_cnt_max || force || io_pool_4g == NULL) { in add_page_to_pool()2344 if (io_pool_cnt_max == 0) { in populate_io_pool()2345 io_pool_cnt_max = physmem / (100 / io_pool_physmem_pct); in populate_io_pool()2346 io_pool_cnt_lowater = io_pool_cnt_max; in populate_io_pool()2361 if (io_pool_cnt_max < physmem / 4) in populate_io_pool()2362 io_pool_cnt_max += io_pool_cnt_max / 20; in populate_io_pool()2383 if (io_pool_cnt >= io_pool_cnt_max) in populate_io_pool()