Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c246 int fault_tries = NX_MAX_FAULTS; in compress_file()
330 fault_tries = NX_MAX_FAULTS; /* Reset for the next chunk */ in compress_file()
Dgunz_test.c685 pgfault_retries = NX_MAX_FAULTS; in decompress_file()
710 if (pgfault_retries == NX_MAX_FAULTS) { in decompress_file()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h45 #define NX_MAX_FAULTS 500 macro