Searched refs:next_scan (Results 1 – 1 of 1) sorted by relevance
2718 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local2758 next_scan = now + msecs_to_jiffies(p->numa_scan_period); in task_numa_work()2759 if (cmpxchg(&mm->numa_next_scan, migrate, next_scan) != migrate) in task_numa_work()