Searched refs:mrg_ctx (Results 1 – 1 of 1) sorted by relevance
480 static unsigned int mergeable_ctx_to_headroom(void *mrg_ctx) in mergeable_ctx_to_headroom() argument482 return (unsigned long)mrg_ctx >> MRG_CTX_HEADER_SHIFT; in mergeable_ctx_to_headroom()485 static unsigned int mergeable_ctx_to_truesize(void *mrg_ctx) in mergeable_ctx_to_truesize() argument487 return (unsigned long)mrg_ctx & ((1 << MRG_CTX_HEADER_SHIFT) - 1); in mergeable_ctx_to_truesize()