Home
last modified time | relevance | path

Searched refs:h_nr_runnable (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dpelt.c279 * se_runnable() = grq->h_nr_runnable
325 cfs_rq->h_nr_runnable, in __update_load_avg_cfs_rq()
H A Dfair.c2938 ns->nr_running += rq->cfs.h_nr_runnable; in update_numa_stats()
6398 cfs_rq->h_nr_runnable--; in set_delayed()
6418 cfs_rq->h_nr_runnable++; in clear_delayed()
7933 int h_nr_runnable = 1; in enqueue_hierarchy() local
7936 h_nr_runnable = 0; in enqueue_hierarchy()
7951 cfs_rq->h_nr_runnable += h_nr_runnable; in enqueue_hierarchy()
8069 int h_nr_runnable = 0; in dequeue_hierarchy() local
8074 h_nr_runnable = 1; in dequeue_hierarchy()
8092 cfs_rq->h_nr_runnable -= h_nr_runnable; in dequeue_hierarchy()
8206 return (rq->cfs.h_nr_queued - rq->cfs.h_nr_runnable); in cfs_h_nr_delayed()
[all …]
H A Dsched.h685 unsigned int h_nr_runnable; /* SCHED_{NORMAL,BATCH,IDLE} */ member
967 se->runnable_weight = se->my_q->h_nr_runnable; in se_update_runnable()