Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c249 int fault_tries = NX_MAX_FAULTS; in compress_file() local
331 fault_tries, in compress_file()
333 fault_tries--; in compress_file()
334 if (fault_tries > 0) { in compress_file()
343 fault_tries = NX_MAX_FAULTS; /* Reset for the next chunk */ in compress_file()