Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h1280 u64 node_stamp; member
/linux/kernel/sched/
H A Dfair.c3253 p->node_stamp += 2 * TICK_NSEC; in task_numa_work()
3438 p->node_stamp += 32 * diff; in task_numa_work()
3454 p->node_stamp = 0; in init_numa_balancing()
3485 p->node_stamp = delay; in init_numa_balancing()
3512 if (now > curr->node_stamp + period) { in task_tick_numa()
3513 if (!curr->node_stamp) in task_tick_numa()
3515 curr->node_stamp += period; in task_tick_numa()