Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Dlockdep.c1156 int check_consistency = 0; variable
1157 module_param(check_consistency, int, 0644);
1163 if (check_consistency && !once) { in check_data_structures()