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