Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsched.h1315 u64 node_stamp; member
/linux/kernel/sched/
A Dfair.c3342 p->node_stamp += 2 * TICK_NSEC; in task_numa_work()
3527 p->node_stamp += 32 * diff; in task_numa_work()
3543 p->node_stamp = 0; in init_numa_balancing()
3574 p->node_stamp = delay; in init_numa_balancing()
3601 if (now > curr->node_stamp + period) { in task_tick_numa()
3602 if (!curr->node_stamp) in task_tick_numa()
3604 curr->node_stamp += period; in task_tick_numa()

Completed in 30 milliseconds