Home
last modified time | relevance | path

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

/kernel/rcu/
DKconfig.debug19 false-positive splats, we keep it default disabled but once all
DKconfig151 these CPUs up more than roughly once every four jiffies (by
/kernel/locking/
Dlockdep.c1058 static bool once = false; in check_data_structures() local
1060 if (check_consistency && !once) { in check_data_structures()
1062 once = true; in check_data_structures()
1063 WARN_ON(once); in check_data_structures()