Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx412 static long fdcache_prefetch; variable
543 fdcache_prefetch = atol (arg); in parse_opt()
1453 internal_req_p ? 0 : fdcache_prefetch; // will decrement in stage 3 in handle_buildid_r_match()
3305 fdcache_prefetch = 64; // guesstimate storage is this much less costly than re-decompression in main()
3306 fdcache_fds = (concurrency + fdcache_prefetch) * 2; in main()
3459 obatched(clog) << "fdcache prefetch " << fdcache_prefetch << endl; in main()
DChangeLog373 * debuginfod.cxx (fdcache_prefetch): New parameter.