Searched refs:throttle_node (Results 1 – 2 of 2) sorted by relevance
5743 WARN_ON_ONCE(p->throttled || !list_empty(&p->throttle_node)); in throttle_cfs_rq_work()5745 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in throttle_cfs_rq_work()5760 INIT_LIST_HEAD(&p->throttle_node); in init_cfs_throttle_work()5775 list_del_init(&p->throttle_node); in dequeue_throttled_task()5796 WARN_ON_ONCE(!list_empty(&p->throttle_node)); in enqueue_throttled_task()5834 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in enqueue_throttled_task()5871 list_for_each_entry_safe(p, tmp, &cfs_rq->throttled_limbo_list, throttle_node) { in tg_unthrottle_up()5872 list_del_init(&p->throttle_node); in tg_unthrottle_up()
889 struct list_head throttle_node; member