Lines Matching full:steps
59 * @steps: accumulated checkpoints
71 unsigned long steps; member
222 unsigned long ___ftmn_return_res(struct ftmn_check *check, unsigned long steps,
225 unsigned long steps, unsigned long res);
238 unsigned long steps, unsigned long res);
358 unsigned long steps, in __ftmn_callee_done_check() argument
363 &ftmn->check, incr, steps, res); in __ftmn_callee_done_check()
643 ftmn->check.steps += incr; in ftmn_checkpoint()
652 * @steps: Expected accumulated steps
656 * increasing the accumulated steps first checks the accumulated steps and
660 enum ftmn_incr incr, unsigned long steps, in ftmn_expect_state() argument
665 assert(ftmn->check.steps == steps); in ftmn_expect_state()
667 ___ftmn_expect_state(&ftmn->check, incr, steps, res); in ftmn_expect_state()
674 * @steps: Expected accumulated steps
677 * Checks that the internal accumulated state matches the supplied @steps
683 unsigned long steps, in ftmn_return_res() argument
694 assert(ftmn->check.steps == steps); in ftmn_return_res()
696 return ___ftmn_return_res(&ftmn->check, steps, res); in ftmn_return_res()