Searched refs:module_pre_softdep_ (Results 1 – 2 of 2) sorted by relevance
141 this->module_pre_softdep_.emplace_back(module, token); in ParseSoftdepCallback()375 for (const auto& [module, softdep] : module_pre_softdep_) { in InsmodWithDeps()460 for (const auto& [it_mod, it_softdep] : module_pre_softdep_) { in LoadModulesParallel()579 for (const auto& [it_module, it_softdep] : module_pre_softdep_) { in GetAllDependencies()
68 std::vector<std::pair<std::string, std::string>> module_pre_softdep_; variable