Searched refs:PFM_FL_NOTIFY_BLOCK (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dperfmon.h41 #define PFM_FL_NOTIFY_BLOCK 0x04 /* block task on user level notifications */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dperfmon.h41 #define PFM_FL_NOTIFY_BLOCK 0x04 /* block task on user level notifications */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dperfmon.c896 if (ctx_flags & PFM_FL_NOTIFY_BLOCK) {
929 if ((ctx_flags & PFM_FL_NOTIFY_BLOCK) && pfx->ctx_notify_pid == 0) {
1075 ctx->ctx_fl_block = (ctx_flags & PFM_FL_NOTIFY_BLOCK) ? 1 : 0;

Completed in 45 milliseconds