Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpsi_types.h23 NR_ONCPU, enumerator
31 #define TSK_ONCPU (1 << NR_ONCPU)
/linux/kernel/sched/
A Dpsi.c238 return unlikely(tasks[NR_RUNNING] > tasks[NR_ONCPU]); in test_state()
240 return unlikely(tasks[NR_RUNNING] && !tasks[NR_ONCPU]); in test_state()
739 if (unlikely(groupc->tasks[NR_ONCPU] && cpu_curr(cpu)->in_memstall)) in psi_group_change()
844 per_cpu_ptr(group->pcpu, cpu)->tasks[NR_ONCPU]) { in psi_task_switch()

Completed in 5 milliseconds