Home
last modified time | relevance | path

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

/include/linux/
Dswapops.h51 static inline unsigned swp_type(swp_entry_t entry) in swp_type() function
92 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()
122 int type = swp_type(entry); in is_device_private_entry()
128 return unlikely(swp_type(entry) == SWP_DEVICE_WRITE); in is_writable_device_private_entry()
143 return swp_type(entry) == SWP_DEVICE_EXCLUSIVE_READ || in is_device_exclusive_entry()
144 swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE; in is_device_exclusive_entry()
149 return unlikely(swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE); in is_writable_device_exclusive_entry()
196 return unlikely(swp_type(entry) == SWP_MIGRATION_READ || in is_migration_entry()
197 swp_type(entry) == SWP_MIGRATION_WRITE); in is_migration_entry()
202 return unlikely(swp_type(entry) == SWP_MIGRATION_WRITE); in is_writable_migration_entry()
[all …]
Dswap.h443 (&swapper_spaces[swp_type(entry)][swp_offset(entry) \