Home
last modified time | relevance | path

Searched refs:FLUSH_ALL (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mn10300/mm/
Dtlb-smp.c41 #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-4.1.27/arch/m32r/kernel/
Dsmp.c53 #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-4.1.27/fs/reiserfs/
Djournal.c82 #define FLUSH_ALL 1 /* flush commit and real blocks */ macro
1924 do_journal_end(th, FLUSH_ALL); in do_journal_release()
1935 do_journal_end(&myth, FLUSH_ALL); in do_journal_release()
1948 do_journal_end(&myth, FLUSH_ALL); in do_journal_release()
3615 int flush = flags & FLUSH_ALL; in check_journal_end()
4011 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end()
4012 flush = flags & FLUSH_ALL; in do_journal_end()
4025 flags |= FLUSH_ALL; in do_journal_end()