Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutree.c39 static ulong counter_wrap_check = (ULONG_MAX >> 2); variable
40 module_param(counter_wrap_check, ulong, 0444);
912 if (!(gpseq & counter_wrap_check)) in srcu_gp_end()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6450 srcutree.counter_wrap_check [KNL]