Searched refs:FLUSH_ALL (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/cris/arch-v32/kernel/ |
D | smp.c | 26 #define FLUSH_ALL (void*)0xffffffff macro 236 cpu_mask = (mm == FLUSH_ALL ? cpu_all_mask : *mm_cpumask(mm)); in flush_tlb_common() 248 flush_tlb_common(FLUSH_ALL, FLUSH_ALL, 0); in flush_tlb_all() 254 flush_tlb_common(mm, FLUSH_ALL, 0); in flush_tlb_mm() 355 if (flush_mm == FLUSH_ALL) in crisv32_ipi_interrupt() 357 else if (flush_vma == FLUSH_ALL) in crisv32_ipi_interrupt()
|
/linux-3.4.99/arch/mn10300/mm/ |
D | tlb-smp.c | 41 #define FLUSH_ALL 0xffffffff macro 76 if (flush_va == FLUSH_ALL) in smp_flush_tlb() 153 flush_tlb_others(cpu_mask, mm, FLUSH_ALL); in flush_tlb_mm() 172 flush_tlb_others(cpu_mask, mm, FLUSH_ALL); in flush_tlb_current_task()
|
/linux-3.4.99/arch/m32r/kernel/ |
D | smp.c | 53 #define FLUSH_ALL 0xffffffff macro 269 flush_tlb_others(cpu_mask, mm, NULL, FLUSH_ALL); in smp_flush_tlb_mm() 456 if (flush_va == FLUSH_ALL) { in smp_invalidate_interrupt()
|
/linux-3.4.99/fs/reiserfs/ |
D | journal.c | 86 #define FLUSH_ALL 1 /* flush commit and real blocks */ macro 1890 do_journal_end(th, sb, 10, FLUSH_ALL); in do_journal_release() 1899 do_journal_end(&myth, sb, 1, FLUSH_ALL); in do_journal_release() 1913 do_journal_end(&myth, sb, 1, FLUSH_ALL); in do_journal_release() 3549 int flush = flags & FLUSH_ALL; in check_journal_end() 3932 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end() 3933 flush = flags & FLUSH_ALL; in do_journal_end() 3946 flags |= FLUSH_ALL; in do_journal_end()
|