Searched defs:next (Results 201 - 202 of 202) sorted by relevance

123456789

/arch/ia64/kernel/
H A Dperfmon.c244 * the next_reset_type is applied to the next call to pfm_reset_regs()
771 int idx, next; local
773 next = (ctx->ctx_msgq_tail+1) % PFM_MAX_MSGS;
776 if (next == ctx->ctx_msgq_head) return NULL;
779 ctx->ctx_msgq_tail = next;
2313 * Let's do the difficult operations next.
4030 * monitoring disabled in kernel at next reschedule
4107 * start monitoring at the kernel level the next
5722 .next = pfm_proc_next,
5775 * restore monitoring for next tas
[all...]
/arch/powerpc/include/asm/
H A Dopal.h31 __be64 next; member in struct:opal_sg_list

Completed in 119 milliseconds

123456789