Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Drandom.c426 struct work_struct push_work; member
461 .push_work = __WORK_INITIALIZER(blocking_pool.push_work,
471 .push_work = __WORK_INITIALIZER(nonblocking_pool.push_work,
698 schedule_work(&last->push_work); in credit_entropy_bits()
1005 push_work); in push_to_pool()
/linux-4.1.27/kernel/sched/
Drt.c91 init_irq_work(&rt_rq->push_work, push_irq_work_func); in init_rt_rq()
1885 irq_work_queue_on(&rq->rt.push_work, cpu); in tell_cpu_to_push()
1940 irq_work_queue_on(&rt_rq->push_work, cpu); in try_to_push_tasks()
1945 struct rt_rq *rt_rq = container_of(work, struct rt_rq, push_work); in push_irq_work_func()
Dsched.h453 struct irq_work push_work; member