Searched defs:retry (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmigrate.c735 * the retry loop is too short and in the sync-light case,
971 int retry = 1; local
982 for(pass = 0; pass < 10 && retry; pass++) {
983 retry = 0;
996 retry++;
1015 return nr_failed + retry;
1022 int retry = 1; local
1029 for (pass = 0; pass < 10 && retry; pass++) {
1030 retry = 0;
1043 retry
[all...]
H A Dnommu.c130 int *retry)
127 __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, int nr_pages, unsigned int foll_flags, struct page **pages, struct vm_area_struct **vmas, int *retry) argument

Completed in 153 milliseconds