Searched refs:iter_start (Results 1 – 3 of 3) sorted by relevance
124 0, iter_start; in periodic_thread() local131 iter_start = next = now; in periodic_thread()156 (prev - iter_start) / 1000); in periodic_thread()158 (now - iter_start) / 1000); in periodic_thread()160 (next - iter_start) / 1000); in periodic_thread()179 (now - iter_start - (nsec_t) (i + 1) * period) / NS_PER_US; in periodic_thread()
57 unsigned this_iter = task->iter_start; in lp_cs_tpool_worker()62 task->iter_start + task->iter_remainder == task->iter_total) { in lp_cs_tpool_worker()67 task->iter_start += iter_per_thread; in lp_cs_tpool_worker()69 if (task->iter_start == task->iter_total) in lp_cs_tpool_worker()
67 unsigned iter_start; member