Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dfair.c2986 p->node_stamp += 2 * TICK_NSEC; in task_numa_work()
3077 p->node_stamp += 32 * diff; in task_numa_work()
3093 p->node_stamp = 0; in init_numa_balancing()
3124 p->node_stamp = delay; in init_numa_balancing()
3151 if (now > curr->node_stamp + period) { in task_tick_numa()
3152 if (!curr->node_stamp) in task_tick_numa()
3154 curr->node_stamp += period; in task_tick_numa()
/linux-6.3-rc2/include/linux/
A Dsched.h1260 u64 node_stamp; member

Completed in 28 milliseconds