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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c761 unsigned long tmp, end, pend, pstart, ret, is_congruent, fudge = 0; local
814 is_congruent = (flags & MAP_ANONYMOUS) || (offset_in_page(poff) == 0);
816 if ((flags & MAP_SHARED) && !is_congruent)
821 is_congruent ? "congruent" : "not congruent", poff);
825 if (!(flags & MAP_ANONYMOUS) && is_congruent)
837 if (!is_congruent) {

Completed in 47 milliseconds