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

/linux-master/include/linux/
H A Drmap.h96 TTU_SYNC = 0x10, /* avoid racy checks with PVMW_SYNC */ enumerator in enum:ttu_flags
/linux-master/mm/
H A Drmap.c1633 * if page table locking is skipped: use TTU_SYNC to wait for that.
1635 if (flags & TTU_SYNC)
1940 * still mapped if needed (use TTU_SYNC to prevent accounting races).
1982 * if page table locking is skipped: use TTU_SYNC to wait for that.
1984 if (flags & TTU_SYNC)
2304 * TTU_SPLIT_HUGE_PMD, TTU_SYNC, and TTU_BATCH_FLUSH flags.
2307 TTU_SYNC | TTU_BATCH_FLUSH)))
H A Dmemory-failure.c1574 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_SYNC | TTU_HWPOISON;
H A Dhuge_memory.c2732 enum ttu_flags ttu_flags = TTU_RMAP_LOCKED | TTU_SYNC |

Completed in 159 milliseconds