Searched refs:CORE_STR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | kcore.c | 38 #define CORE_STR "CORE" macro 109 3 * ALIGN(sizeof(CORE_STR), 4) + in get_kcore_size() 431 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore() 433 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore() 435 append_kcore_note(notes, &i, CORE_STR, NT_TASKSTRUCT, current, in read_kcore()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | kcore.c | 37 #define CORE_STR "CORE" macro 108 3 * ALIGN(sizeof(CORE_STR), 4) + in get_kcore_size() 433 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore_iter() 435 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore_iter() 437 append_kcore_note(notes, &i, CORE_STR, NT_TASKSTRUCT, current, in read_kcore_iter()
|
Completed in 3 milliseconds