Home
last modified time | relevance | path

Searched refs:ctx_msgq_head (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c74 #define PFM_CTXQ_EMPTY(g) ((g)->ctx_msgq_head == (g)->ctx_msgq_tail)
332 int ctx_msgq_head; member
786 DPRINT(("ctx_fd=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); in pfm_get_new_msg()
787 if (next == ctx->ctx_msgq_head) return NULL; in pfm_get_new_msg()
792 DPRINT(("ctx=%p head=%d tail=%d msg=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, idx)); in pfm_get_new_msg()
802 DPRINT(("ctx=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); in pfm_get_next_msg()
809 msg = ctx->ctx_msgq+ctx->ctx_msgq_head; in pfm_get_next_msg()
814 ctx->ctx_msgq_head = (ctx->ctx_msgq_head+1) % PFM_MAX_MSGS; in pfm_get_next_msg()
816 …DPRINT(("ctx=%p head=%d tail=%d type=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, msg->pfm_… in pfm_get_next_msg()
824 ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; in pfm_reset_msgq()
[all …]