Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c201 int fault_tries = NX_MAX_FAULTS; in compress_file() local
283 fault_tries, in compress_file()
285 fault_tries--; in compress_file()
286 if (fault_tries > 0) { in compress_file()
295 fault_tries = NX_MAX_FAULTS; /* Reset for the next chunk */ in compress_file()