Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c246 int fault_tries = NX_MAX_FAULTS; in compress_file() local
318 fault_tries, in compress_file()
320 fault_tries--; in compress_file()
321 if (fault_tries > 0) { in compress_file()
330 fault_tries = NX_MAX_FAULTS; /* Reset for the next chunk */ in compress_file()

Completed in 2 milliseconds