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