Searched refs:throttle_node (Results 1 – 2 of 2) sorted by relevance
5810 WARN_ON_ONCE(p->throttled || !list_empty(&p->throttle_node)); in throttle_cfs_rq_work()5812 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in throttle_cfs_rq_work()5827 INIT_LIST_HEAD(&p->throttle_node); in init_cfs_throttle_work()5842 list_del_init(&p->throttle_node); in dequeue_throttled_task()5863 WARN_ON_ONCE(!list_empty(&p->throttle_node)); in enqueue_throttled_task()5901 list_add(&p->throttle_node, &cfs_rq->throttled_limbo_list); in enqueue_throttled_task()5938 list_for_each_entry_safe(p, tmp, &cfs_rq->throttled_limbo_list, throttle_node) { in tg_unthrottle_up()5939 list_del_init(&p->throttle_node); in tg_unthrottle_up()
890 struct list_head throttle_node; member