Searched refs:observed (Results 1 – 3 of 3) sorted by relevance
/kernel/kcsan/ |
D | kcsan_test.c | 57 } observed = { variable 58 .lock = __SPIN_LOCK_UNLOCKED(observed.lock), 108 spin_lock_irqsave(&observed.lock, flags); in probe_console() 109 nlines = observed.nlines; in probe_console() 118 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 121 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 128 strcpy(observed.lines[nlines++], "<none>"); in probe_console() 133 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 134 spin_unlock_irqrestore(&observed.lock, flags); in probe_console() 141 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() [all …]
|
/kernel/power/ |
D | Kconfig | 321 per-cpu workqueues which were observed to contribute
|
/kernel/trace/ |
D | Kconfig | 462 timer latency observed at the hardirq context before the 463 activation of the thread. The second is the timer latency observed
|