Searched refs:PFM_FL_INHERIT_MASK (Results 1 – 1 of 1) sorted by relevance
93 #define PFM_FL_INHERIT_MASK (PFM_FL_INHERIT_NONE|PFM_FL_INHERIT_ONCE|PFM_FL_INHERIT_ALL) macro1178 if ((ctx_flags & PFM_FL_INHERIT_MASK) == (PFM_FL_INHERIT_ONCE|PFM_FL_INHERIT_ALL)) { in pfx_is_sane()1179 DBprintk(("invalid inherit mask 0x%x\n",ctx_flags & PFM_FL_INHERIT_MASK)); in pfx_is_sane()1348 ctx->ctx_fl_inherit = ctx_flags & PFM_FL_INHERIT_MASK; in pfm_context_create()