Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c6013 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()
/linux/include/linux/
H A Dsched.h889 struct callback_head sched_throttle_work; member