Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Dvmcore.c42 static size_t elfcorebuf_sz; variable
346 if (*fpos < elfcorebuf_sz) { in __read_vmcore()
347 tsz = min(elfcorebuf_sz - (size_t)*fpos, iov_iter_count(iter)); in __read_vmcore()
359 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()
373 if (*fpos < elfcorebuf_sz + vmcoredd_orig_sz) { in __read_vmcore()
374 tsz = min(elfcorebuf_sz + vmcoredd_orig_sz - in __read_vmcore()
376 start = *fpos - elfcorebuf_sz; in __read_vmcore()
390 tsz = min(elfcorebuf_sz + elfnotes_sz - (size_t)*fpos, in __read_vmcore()
392 kaddr = elfnotes_buf + *fpos - elfcorebuf_sz - vmcoredd_orig_sz; in __read_vmcore()
611 if (start < elfcorebuf_sz) { in mmap_vmcore()
[all …]