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
DKconfig343 by writing the time in milliseconds, say once userspace considers
/kernel/locking/
Dlockdep.c1151 static bool once = false; in check_data_structures() local
1153 if (check_consistency && !once) { in check_data_structures()
1155 once = true; in check_data_structures()
1156 WARN_ON(once); in check_data_structures()
/kernel/trace/
Dring_buffer.c2848 static int once; in rb_add_timestamp() local
2854 if (!once) { in rb_add_timestamp()
2855 once++; in rb_add_timestamp()