Lines Matching +full:- +full:- +full:retry
1 // SPDX-License-Identifier: GPL-2.0
13 #include <asm-generic/unistd.h>
42 timeout--; in alloc_noexit()
54 if (!syscall(__NR_process_mrelease, pidfd, (unsigned int)-1) || in run_negative_tests()
70 /* Allocate and fault-in memory and wait to be killed */ in child_main()
80 bool success, retry; in main() local
90 if (!syscall(__NR_process_mrelease, -1, 0) || errno != EBADF) { in main()
102 retry: in main()
157 * Retry until we succeed or reach MAX_SIZE_MB. in main()
160 retry = (size <= MAX_SIZE_MB); in main()
174 if (retry) { in main()
176 goto retry; in main()