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