Home
last modified time | relevance | path

Searched refs:LoadModulesParallel (Results 1 – 3 of 3) sorted by relevance

/system/core/libmodprobe/include/modprobe/
Dmodprobe.h33 bool LoadModulesParallel(int num_threads);
/system/core/init/
Dfirst_stage_init.cpp215 bool retval = (want_parallel) ? m.LoadModulesParallel(std::thread::hardware_concurrency()) in LoadKernelModules()
/system/core/libmodprobe/
Dlibmodprobe.cpp445 bool Modprobe::LoadModulesParallel(int num_threads) { in LoadModulesParallel() function in Modprobe