Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/vm/
H A Dpage-types.c194 static int hwpoison_inject_fd; variable
537 if (opt_hwpoison && !hwpoison_inject_fd) { in prepare_hwpoison_fd()
540 hwpoison_inject_fd = checked_open(buf, O_WRONLY); in prepare_hwpoison_fd()
556 len = write(hwpoison_inject_fd, buf, len); in hwpoison_page()
/kernel/linux/linux-6.6/tools/mm/
H A Dpage-types.c194 static int hwpoison_inject_fd; variable
539 if (opt_hwpoison && !hwpoison_inject_fd) { in prepare_hwpoison_fd()
542 hwpoison_inject_fd = checked_open(buf, O_WRONLY); in prepare_hwpoison_fd()
558 len = write(hwpoison_inject_fd, buf, len); in hwpoison_page()

Completed in 4 milliseconds