Home
last modified time | relevance | path

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

/kernel/rcu/
DKconfig.debug19 false-positive splats, we keep it default disabled but once all
DKconfig180 these CPUs up more than roughly once every four jiffies (by
/kernel/locking/
Dlockdep.c1114 static bool once = false; in check_data_structures() local
1116 if (check_consistency && !once) { in check_data_structures()
1118 once = true; in check_data_structures()
1119 WARN_ON(once); in check_data_structures()
/kernel/trace/
Dring_buffer.c2808 static int once; in rb_add_timestamp() local
2814 if (!once) { in rb_add_timestamp()
2815 once++; in rb_add_timestamp()