Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dfair.c2719 p->node_stamp += 2 * TICK_NSEC; in task_numa_work()
2807 p->node_stamp += 32 * diff; in task_numa_work()
2823 p->node_stamp = 0; in init_numa_balancing()
2851 p->node_stamp = delay; in init_numa_balancing()
2878 if (now > curr->node_stamp + period) { in task_tick_numa()
2879 if (!curr->node_stamp) in task_tick_numa()
2881 curr->node_stamp += period; in task_tick_numa()
/linux/include/linux/
A Dsched.h1240 u64 node_stamp; member

Completed in 29 milliseconds