Searched refs:batch_check1 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/kernel/rcu/
H A Dsrcu.c106 rcu_batch_init(&sp->batch_check1); init_srcu_struct_fields()
555 * ->batch_check1 and then to ->batch_done as readers drain.
570 rcu_batch_empty(&sp->batch_check1)) srcu_advance_batches()
577 * The callbacks in ->batch_check1 have already done with their srcu_advance_batches()
581 * invocation, leaving the callbacks stranded on ->batch_check1.) srcu_advance_batches()
584 rcu_batch_move(&sp->batch_done, &sp->batch_check1); srcu_advance_batches()
592 * first check zero and flip, so move them to ->batch_check1 srcu_advance_batches()
595 rcu_batch_move(&sp->batch_check1, &sp->batch_check0); srcu_advance_batches()
606 * The callbacks in ->batch_check1 have now waited for all srcu_advance_batches()
610 rcu_batch_move(&sp->batch_done, &sp->batch_check1); srcu_advance_batches()
642 rcu_batch_empty(&sp->batch_check1) && srcu_reschedule()
647 rcu_batch_empty(&sp->batch_check1) && srcu_reschedule()
/linux-4.4.14/include/linux/
H A Dsrcu.h57 struct rcu_batch batch_check1; member in struct:srcu_struct
95 .batch_check1 = RCU_BATCH_INIT(name.batch_check1), \

Completed in 437 milliseconds