Searched refs:sched_throttle_work (Results 1 – 2 of 2) sorted by relevance
6013 struct task_struct *p = container_of(work, struct task_struct, sched_throttle_work); in throttle_cfs_rq_work()6019 p->sched_throttle_work.next = &p->sched_throttle_work; in throttle_cfs_rq_work()6058 init_task_work(&p->sched_throttle_work, throttle_cfs_rq_work); in init_cfs_throttle_work()6060 p->sched_throttle_work.next = &p->sched_throttle_work; in init_cfs_throttle_work()6187 return p->sched_throttle_work.next != &p->sched_throttle_work; in task_has_throttle_work()6202 task_work_add(p, &p->sched_throttle_work, TWA_RESUME); in task_throttle_setup_work()
889 struct callback_head sched_throttle_work; member