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

/linux-master/fs/proc/
H A Dvmcore.c731 void *notes_section; local
737 notes_section = kmalloc(max_sz, GFP_KERNEL);
738 if (!notes_section)
740 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset);
742 kfree(notes_section);
745 nhdr_ptr = notes_section;
758 kfree(notes_section);
922 void *notes_section; local
928 notes_section = kmalloc(max_sz, GFP_KERNEL);
929 if (!notes_section)
[all...]

Completed in 115 milliseconds