table of contents
other versions
| SRCU_BATCHES_COMPLET(9) | Driver Basics | SRCU_BATCHES_COMPLET(9) |
NAME¶
srcu_batches_completed - return batches completed.SYNOPSIS¶
unsigned long
srcu_batches_completed(struct srcu_struct * sp);
ARGUMENTS¶
spsrcu_struct on which to report batch completion.
DESCRIPTION¶
Report the number of batches, correlated with, but not necessarily precisely the same as, the number of grace periods that have elapsed.COPYRIGHT¶
| January 2017 | Kernel Hackers Manual 4.8. |