Lines Matching refs:of
10 For the list of compilers that support KCSAN, please see
18 Some versions of clang support either KCSAN and KCOV but not the
19 combination of the two.
62 generated from any one of them, system stability may suffer due to
79 KCSAN test focusing on behaviour of the integrated runtime. Tests
81 console. Makes use of KUnit for test organization, and the Torture
101 int "Number of available watchpoints"
104 Total number of available watchpoints. An address range maps into a
106 Although larger number of watchpoints may not be usable due to
107 limited number of CPUs, a larger value helps to improve performance
138 The number of per-CPU memory operations to skip, before another
142 improves system performance at the cost of missing some races.
158 interrupted tasks and other threads of execution on the same CPU.
174 # The main purpose of the below options is to control reported data races, and
179 bool "Report races of unknown origin"
183 conflicting access is of unknown origin. This type of race is
200 the data value of the memory location was observed to remain
239 Enable additional permissive rules to ignore certain classes of data
240 races (also see kernel/kcsan/permissive.h). None of the permissive