Searched refs:append_kcore_note (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/proc/
H A Dkcore.c294 static void append_kcore_note(char *notes, size_t *i, const char *name, function
433 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus,
435 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo,
437 append_kcore_note(notes, &i, CORE_STR, NT_TASKSTRUCT, current,
446 append_kcore_note(notes, &i, VMCOREINFO_NOTE_NAME, 0,

Completed in 121 milliseconds