Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py172 self._stage = -1
201 self._stage += 1
203 if self._stage == 0:
208 if self._stage < len(self._stage_weights):
209 self._base_progress = sum(self._stage_weights[:self._stage]) * 100
232 if self._stage < 0:
234 elif self._stage < len(self._stage_weights):
235 progress = self._base_progress + (stage_progress * self._stage_weights[self._stage])
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h977 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument
978 .stage[_stage] = {.init = _init, .cleanup = _cleanup}