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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dperfmon.h47 #define PFM_REGFL_OVFL_NOTIFY 0x1 /* send notification on overflow */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dperfmon.h47 #define PFM_REGFL_OVFL_NOTIFY 0x1 /* send notification on overflow */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dperfmon.c69 #define PMC_OVFL_NOTIFY(ctx, i) ((ctx)->ctx_soft_pmds[i].flags & PFM_REGFL_OVFL_NOTIFY)
1260 if (tmp.reg_flags & PFM_REGFL_OVFL_NOTIFY) {
1265 DBprintk(("no notify_task && PFM_REGFL_OVFL_NOTIFY\n"));
1270 ctx->ctx_soft_pmds[cnum].flags |= PFM_REGFL_OVFL_NOTIFY;

Completed in 48 milliseconds