Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmcore_info.h30 typedef u32 note_buf_t[CRASH_CORE_NOTE_BYTES/4]; typedef
32 extern note_buf_t __percpu *crash_notes;
H A Dkexec.h26 extern note_buf_t __percpu *crash_notes;
/linux/drivers/base/
H A Dcpu.c177 return sysfs_emit(buf, "%zu\n", sizeof(note_buf_t)); in crash_notes_size_show()