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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dperfmon.h72 unsigned long ctx_cpu_mask; /* on which CPU to enable perfmon (systemwide) */ member in struct:__anon7944
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dperfmon.h72 unsigned long ctx_cpu_mask; /* on which CPU to enable perfmon (systemwide) */ member in struct:__anon3528
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dperfmon.c892 DBprintk(("cpu_mask=0x%lx\n", pfx->ctx_cpu_mask));
903 if (hweight64(pfx->ctx_cpu_mask) != 1UL) {
910 cpu = ffz(~pfx->ctx_cpu_mask);
971 cpu = ffz(~tmp.ctx_cpu_mask);

Completed in 101 milliseconds