Searched refs:mrg_ctx (Results 1 – 1 of 1) sorted by relevance
751 static unsigned int mergeable_ctx_to_headroom(void *mrg_ctx) in mergeable_ctx_to_headroom() argument753 return (unsigned long)mrg_ctx >> MRG_CTX_HEADER_SHIFT; in mergeable_ctx_to_headroom()756 static unsigned int mergeable_ctx_to_truesize(void *mrg_ctx) in mergeable_ctx_to_truesize() argument758 return (unsigned long)mrg_ctx & ((1 << MRG_CTX_HEADER_SHIFT) - 1); in mergeable_ctx_to_truesize()