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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dtlb.h42 unsigned int need_flush;/* Really unmapped some ptes? */ member in struct:mmu_gather
71 if (!tlb->need_flush)
73 tlb->need_flush = 0;
103 tlb->need_flush = 1;
116 * Record the fact that pte's were really umapped in ->need_flush, so we can
122 tlb->need_flush = 1; \
128 tlb->need_flush = 1; \
135 tlb->need_flush = 1; \
142 tlb->need_flush = 1; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dtlb.h61 unsigned char need_flush; /* really unmapped some PTEs? */ member in struct:mmu_gather
79 if (!tlb->need_flush)
81 tlb->need_flush = 0;
175 tlb->need_flush = 1;
205 tlb->need_flush = 1; \
211 tlb->need_flush = 1; \
217 tlb->need_flush = 1; \
223 tlb->need_flush = 1; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dtlb.h13 unsigned int need_flush; member in struct:mmu_gather
25 tlb->need_flush = 0;
34 if (tlb->need_flush)
55 tlb->need_flush = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dtlb.h27 unsigned int need_flush; member in struct:mmu_gather
60 if (mp->need_flush) {
63 mp->need_flush = 0;
96 mp->need_flush = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Ddaemon.c115 int need_flush; local
125 need_flush = sdp->sd_log_num_buf > gfs2_tune_get(sdp, gt_incore_log_blocks);
127 if (need_flush || time_after_eq(jiffies, t)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-gart.c77 static int need_flush; /* global flush state. set for each gart wrap */ variable
86 need_flush = 1;
94 need_flush = 1;
98 need_flush = 1;
118 if (need_flush) {
120 need_flush = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhugetlbpage.c159 tlb->need_flush = 1;

Completed in 172 milliseconds