Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1445 void scanHsbpDrives(bool& hsbpDriveScanInProgress) in scanHsbpDrives() argument
1468 hsbpDriveScanInProgress = false; in scanHsbpDrives()
1473 static bool hsbpDriveScanInProgress = false; in checkHsbpDrivesStatus() local
1484 if (hsbpDriveScanInProgress) in checkHsbpDrivesStatus()
1523 hsbpDriveScanInProgress = true; in checkHsbpDrivesStatus()
1527 boost::asio::post(io, []() { scanHsbpDrives(hsbpDriveScanInProgress); }); in checkHsbpDrivesStatus()