Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_table.h68 #define SWP_TB_PFN_MARK 0b10UL macro
113 swp_tb = (pfn << SWP_TB_PFN_MARK_BITS) | SWP_TB_PFN_MARK; in pfn_to_swp_tb()
146 return ((swp_tb & SWP_TB_PFN_MARK_MASK) == SWP_TB_PFN_MARK); in swp_tb_is_folio()