Lines Matching refs:nofail
2997 bool nofail = false;
3008 /* bulk allocator doesn't support nofail req. officially */
3049 * Higher order nofail allocations are really expensive and
3054 nofail = true;
3067 if (!nofail)
3106 bool nofail = gfp_mask & __GFP_NOFAIL;
3184 if (nofail && (ret < 0))
3186 } while (nofail && (ret < 0));
3284 bool nofail = gfp_mask & __GFP_NOFAIL;
3287 real_size, (nofail) ? ". Retrying." : "");
3288 if (nofail) {