Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c2877 p->node_stamp += 0x2 * TICK_NSEC; in task_numa_work()
2968 p->node_stamp += 0x20 * diff; in task_numa_work()
2984 p->node_stamp = 0; in init_numa_balancing()
3011 p->node_stamp = delay; in init_numa_balancing()
3039 if (now > curr->node_stamp + period) { in task_tick_numa()
3040 if (!curr->node_stamp) { in task_tick_numa()
3043 curr->node_stamp += period; in task_tick_numa()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1260 u64 node_stamp; member

Completed in 19 milliseconds