Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmigrate.h78 void migration_entry_wait_on_locked(swp_entry_t entry, spinlock_t *ptl)
/openbmc/linux/mm/
H A Dmigrate.c325 migration_entry_wait_on_locked(entry, ptl); in migration_entry_wait()
358 migration_entry_wait_on_locked(pte_to_swp_entry(pte), ptl); in migration_entry_wait_huge()
371 migration_entry_wait_on_locked(pmd_to_swp_entry(*pmd), ptl); in pmd_migration_entry_wait()
H A Dfilemap.c1375 void migration_entry_wait_on_locked(swp_entry_t entry, spinlock_t *ptl) in migration_entry_wait_on_locked() function