Searched refs:SWP_PFN_MASK (Results 1 - 1 of 1) sorted by last modified time

/linux-master/include/linux/
H A Dswapops.h42 #define SWP_PFN_MASK (BIT(SWP_PFN_BITS) - 1) macro
120 return swp_offset(entry) & SWP_PFN_MASK;

Completed in 283 milliseconds