Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dpage-types.c193 static int hwpoison_inject_fd;
538 if (opt_hwpoison && !hwpoison_inject_fd) { in prepare_hwpoison_fd()
541 hwpoison_inject_fd = checked_open(buf, O_WRONLY); in prepare_hwpoison_fd()
557 len = write(hwpoison_inject_fd, buf, len); in hwpoison_page()
194 static int hwpoison_inject_fd; global() variable