Home
last modified time | relevance | path

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

/include/linux/
A Dswapops.h98 static inline unsigned swp_type(swp_entry_t entry) in swp_type() function
180 int type = swp_type(entry); in is_device_private_entry()
186 return unlikely(swp_type(entry) == SWP_DEVICE_WRITE); in is_writable_device_private_entry()
196 return swp_type(entry) == SWP_DEVICE_EXCLUSIVE; in is_device_exclusive_entry()
236 swp_type(entry) == SWP_MIGRATION_READ_EXCLUSIVE || in is_migration_entry()
237 swp_type(entry) == SWP_MIGRATION_WRITE); in is_migration_entry()
287 return swp_entry(swp_type(entry), in make_migration_entry_young()
303 return swp_entry(swp_type(entry), in make_migration_entry_dirty()
387 return swp_type(entry) == SWP_HWPOISON; in is_hwpoison_entry()
431 return swp_type(entry) == SWP_PTE_MARKER; in is_pte_marker_entry()
[all …]

Completed in 4 milliseconds