Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetmem_priv.h25 return (netmem_get_pp_magic(netmem) & PP_MAGIC_MASK) == PP_SIGNATURE; in netmem_is_pp()
/linux/include/linux/
H A Dmm.h5221 #define PP_MAGIC_MASK ~(PP_DMA_INDEX_MASK | 0x3UL) macro
5226 return (page->pp_magic & PP_MAGIC_MASK) == PP_SIGNATURE; in page_pool_page_is_pp()