Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dsrcu.c107 rcu_batch_init(&sp->batch_done); in init_srcu_struct_fields()
436 if (!rcu_batch_empty(&sp->batch_done)) { in __synchronize_srcu()
437 BUG_ON(sp->batch_done.head != head); in __synchronize_srcu()
438 rcu_batch_dequeue(&sp->batch_done); in __synchronize_srcu()
585 rcu_batch_move(&sp->batch_done, &sp->batch_check1); in srcu_advance_batches()
611 rcu_batch_move(&sp->batch_done, &sp->batch_check1); in srcu_advance_batches()
625 head = rcu_batch_dequeue(&sp->batch_done); in srcu_invoke_callbacks()
642 if (rcu_batch_empty(&sp->batch_done) && in srcu_reschedule()
647 if (rcu_batch_empty(&sp->batch_done) && in srcu_reschedule()
/linux-4.1.27/include/linux/
Dsrcu.h58 struct rcu_batch batch_done; member
96 .batch_done = RCU_BATCH_INIT(name.batch_done), \