Searched refs:LoadModulesParallel (Results 1 – 3 of 3) sorted by relevance
33 bool LoadModulesParallel(int num_threads);
282 bool retval = (want_parallel) ? m.LoadModulesParallel(std::thread::hardware_concurrency()) in LoadKernelModules()
509 bool Modprobe::LoadModulesParallel(int num_threads) { in LoadModulesParallel() function in Modprobe