Searched refs:PFM_FL_NOTIFY_BLOCK (Results 1 – 2 of 2) sorted by relevance
39 #define PFM_FL_NOTIFY_BLOCK 0x01 /* block task on user level notifications */ macro
892 ctx->ctx_fl_block = (ctx_flags & PFM_FL_NOTIFY_BLOCK) ? 1 : 0; in pfm_context_alloc()2443 if (ctx_flags & PFM_FL_NOTIFY_BLOCK) { in pfarg_is_sane()