Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmigrate.h77 void migration_entry_wait_on_locked(swp_entry_t entry, spinlock_t *ptl)
/linux/mm/
H A Dmigrate.c480 migration_entry_wait_on_locked(entry, ptl); in migration_entry_wait()
510 * lock release in migration_entry_wait_on_locked(). in migration_entry_wait_huge()
513 migration_entry_wait_on_locked(pte_to_swp_entry(pte), ptl); in migration_entry_wait_huge()
526 migration_entry_wait_on_locked(pmd_to_swp_entry(*pmd), ptl); in pmd_migration_entry_wait()
H A Dfilemap.c1376 * migration_entry_wait_on_locked - Wait for a migration entry to be removed
1391 void migration_entry_wait_on_locked(swp_entry_t entry, spinlock_t *ptl) in migration_entry_wait_on_locked() function