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

/linux-master/include/linux/
H A Dsrcutree.h105 // this state machine one step per grace period until the SRCU_SIZE_BIG state
124 #define SRCU_SIZE_BIG 8 // The srcu_node combining tree is fully initialized macro
/linux-master/kernel/rcu/
H A Dsrcutree.c43 * Control conversion to SRCU_SIZE_BIG:
266 WRITE_ONCE(ssp->srcu_sup->srcu_size_state, SRCU_SIZE_BIG);
316 * Initiate a transition to SRCU_SIZE_BIG with lock held.
325 * Initiate an idempotent transition to SRCU_SIZE_BIG.
345 * a transition to SRCU_SIZE_BIG.
366 * to SRCU_SIZE_BIG. But only if the srcutree.convert_to_big module
384 * to SRCU_SIZE_BIG. But only if the srcutree.convert_to_big module
889 cbs = ss_state < SRCU_SIZE_BIG || snp->srcu_have_cbs[idx] == gpseq;
895 if (ss_state < SRCU_SIZE_BIG)
934 if (ss_state != SRCU_SIZE_SMALL && ss_state != SRCU_SIZE_BIG) {
[all...]

Completed in 181 milliseconds