Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c5736 WARN_ON_ONCE(p->throttled || !list_empty(&p->throttle_node)); in throttle_cfs_rq_work()
5738 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in throttle_cfs_rq_work()
5753 INIT_LIST_HEAD(&p->throttle_node); in init_cfs_throttle_work()
5768 list_del_init(&p->throttle_node); in dequeue_throttled_task()
5789 WARN_ON_ONCE(!list_empty(&p->throttle_node)); in enqueue_throttled_task()
5827 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in enqueue_throttled_task()
5864 list_for_each_entry_safe(p, tmp, &cfs_rq->throttled_limbo_list, throttle_node) { in tg_unthrottle_up()
5865 list_del_init(&p->throttle_node); in tg_unthrottle_up()
/linux/include/linux/
H A Dsched.h889 struct list_head throttle_node; member