Searched refs:SRCU_SIZING_CONTEND (Results 1 – 1 of 1) sorted by relevance
54 #define SRCU_SIZING_CONTEND 0x10 macro55 #define SRCU_SIZING_IS(x) ((convert_to_big & ~SRCU_SIZING_CONTEND) == x)59 #define SRCU_SIZING_IS_CONTEND() (convert_to_big & SRCU_SIZING_CONTEND)1935 convert_to_big = SRCU_SIZING_NONE | SRCU_SIZING_CONTEND; in srcu_init()