Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dsrcutree.c54 #define SRCU_SIZING_CONTEND 0x10 macro
55 #define SRCU_SIZING_IS(x) ((convert_to_big & ~SRCU_SIZING_CONTEND) == x)
59 #define SRCU_SIZING_IS_CONTEND() (convert_to_big & SRCU_SIZING_CONTEND)
1741 convert_to_big = SRCU_SIZING_NONE | SRCU_SIZING_CONTEND; in srcu_init()