Home
last modified time | relevance | path

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

/Linux-v5.15/fs/proc/
Dvmcore.c40 static size_t elfcorebuf_sz; variable
311 if (*fpos < elfcorebuf_sz) { in __read_vmcore()
312 tsz = min(elfcorebuf_sz - (size_t)*fpos, buflen); in __read_vmcore()
326 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()
340 if (*fpos < elfcorebuf_sz + vmcoredd_orig_sz) { in __read_vmcore()
341 tsz = min(elfcorebuf_sz + vmcoredd_orig_sz - in __read_vmcore()
343 start = *fpos - elfcorebuf_sz; in __read_vmcore()
359 tsz = min(elfcorebuf_sz + elfnotes_sz - (size_t)*fpos, buflen); in __read_vmcore()
360 kaddr = elfnotes_buf + *fpos - elfcorebuf_sz - vmcoredd_orig_sz; in __read_vmcore()
571 if (start < elfcorebuf_sz) { in mmap_vmcore()
[all …]