Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dsrcu.c107 rcu_batch_init(&sp->batch_done); in init_srcu_struct_fields()
435 if (!rcu_batch_empty(&sp->batch_done)) { in __synchronize_srcu()
436 BUG_ON(sp->batch_done.head != head); in __synchronize_srcu()
437 rcu_batch_dequeue(&sp->batch_done); in __synchronize_srcu()
584 rcu_batch_move(&sp->batch_done, &sp->batch_check1); in srcu_advance_batches()
610 rcu_batch_move(&sp->batch_done, &sp->batch_check1); in srcu_advance_batches()
624 head = rcu_batch_dequeue(&sp->batch_done); in srcu_invoke_callbacks()
641 if (rcu_batch_empty(&sp->batch_done) && in srcu_reschedule()
646 if (rcu_batch_empty(&sp->batch_done) && in srcu_reschedule()
/linux-4.4.14/include/linux/
Dsrcu.h58 struct rcu_batch batch_done; member
96 .batch_done = RCU_BATCH_INIT(name.batch_done), \