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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon_default_smpl.c110 unsigned char ovfl_notify; local
121 ovfl_notify = arg->ovfl_notify;
141 DPRINT_ovfl(("[%d] count=%lu cur=%p last=%p free_bytes=%lu ovfl_pmd=%d ovfl_notify=%d npmds=%u\n",
147 ovfl_notify, npmds));
195 * keep same ovfl_pmds, ovfl_notify
204 DPRINT_ovfl(("sampling buffer full free=%lu, count=%lu, ovfl_notify=%d\n", last-cur, hdr->hdr_count, ovfl_notify));
215 if (ovfl_notify == 0) {
H A Dperfmon.c2944 DPRINT(("cannot set ovfl_notify or random on pmc%u\n", cnum));
5175 unsigned long ovfl_notify = 0UL, ovfl_pmds = 0UL, smpl_pmds = 0UL, reset_pmds; local
5226 if (PMC_OVFL_NOTIFY(ctx, i)) ovfl_notify |= 1UL << i;
5229 DPRINT_ovfl(("ctx_pmd[%d].val=0x%lx old_val=0x%lx pmd=0x%lx ovfl_pmds=0x%lx ovfl_notify=0x%lx\n",
5235 ovfl_notify));
5271 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0;
5333 ovfl_ctrl.bits.notify_user = ovfl_notify ? 1 : 0;
5334 ovfl_ctrl.bits.block_task = ovfl_notify ? 1 : 0;
5335 ovfl_ctrl.bits.mask_monitoring = ovfl_notify
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dperfmon.h218 unsigned char ovfl_notify; /* =1 if monitor requested overflow notification */ member in struct:__anon8863

Completed in 111 milliseconds