Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_table.h75 #define SWP_TB_COUNT_SHIFT (BITS_PER_LONG - SWP_TB_COUNT_BITS) macro
102 return ((unsigned long)count) << SWP_TB_COUNT_SHIFT; in __count_to_swp_tb()
184 return ((swp_tb & SWP_TB_COUNT_MASK) >> SWP_TB_COUNT_SHIFT); in __swp_tb_get_count()