Home
last modified time | relevance | path

Searched refs:push_work (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/char/
Drandom.c429 struct work_struct push_work; member
464 .push_work = __WORK_INITIALIZER(blocking_pool.push_work,
474 .push_work = __WORK_INITIALIZER(nonblocking_pool.push_work,
718 schedule_work(&last->push_work); in credit_entropy_bits()
1025 push_work); in push_to_pool()
/linux-4.4.14/kernel/sched/
Drt.c95 init_irq_work(&rt_rq->push_work, push_irq_work_func); in init_rt_rq()
1896 irq_work_queue_on(&rq->rt.push_work, cpu); in tell_cpu_to_push()
1951 irq_work_queue_on(&rt_rq->push_work, cpu); in try_to_push_tasks()
1956 struct rt_rq *rt_rq = container_of(work, struct rt_rq, push_work); in push_irq_work_func()
Dsched.h456 struct irq_work push_work; member