Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_table.h64 #define SWP_TB_SHADOW_MARK 0b1UL macro
128 BUILD_BUG_ON((unsigned long)xa_mk_value(0) != SWP_TB_SHADOW_MARK); in shadow_to_swp_tb()
133 return (unsigned long)shadow | __count_to_swp_tb(count) | SWP_TB_SHADOW_MARK; in shadow_to_swp_tb()