Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c6015 WARN_ON_ONCE(p->throttled || !list_empty(&p->throttle_node)); in throttle_cfs_rq()
6017 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in throttle_cfs_rq()
6032 INIT_LIST_HEAD(&p->throttle_node); in throttle_cfs_rq()
6047 list_del_init(&p->throttle_node); in unthrottle_cfs_rq()
6068 WARN_ON_ONCE(!list_empty(&p->throttle_node)); in unthrottle_cfs_rq()
6106 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in __cfsb_csd_unthrottle()
6143 list_for_each_entry_safe(p, tmp, &cfs_rq->throttled_limbo_list, throttle_node) { in __unthrottle_cfs_rq_async()
6144 list_del_init(&p->throttle_node); in __unthrottle_cfs_rq_async()
/linux/include/linux/
H A Dsched.h890 struct list_head throttle_node; member