ctx_msgq_head 78 arch/ia64/kernel/perfmon.c #define PFM_CTXQ_EMPTY(g) ((g)->ctx_msgq_head == (g)->ctx_msgq_tail) ctx_msgq_head 336 arch/ia64/kernel/perfmon.c int ctx_msgq_head; ctx_msgq_head 770 arch/ia64/kernel/perfmon.c DPRINT(("ctx_fd=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); ctx_msgq_head 771 arch/ia64/kernel/perfmon.c if (next == ctx->ctx_msgq_head) return NULL; ctx_msgq_head 776 arch/ia64/kernel/perfmon.c DPRINT(("ctx=%p head=%d tail=%d msg=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, idx)); ctx_msgq_head 786 arch/ia64/kernel/perfmon.c DPRINT(("ctx=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); ctx_msgq_head 793 arch/ia64/kernel/perfmon.c msg = ctx->ctx_msgq+ctx->ctx_msgq_head; ctx_msgq_head 798 arch/ia64/kernel/perfmon.c ctx->ctx_msgq_head = (ctx->ctx_msgq_head+1) % PFM_MAX_MSGS; ctx_msgq_head 800 arch/ia64/kernel/perfmon.c DPRINT(("ctx=%p head=%d tail=%d type=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, msg->pfm_gen_msg.msg_type)); ctx_msgq_head 808 arch/ia64/kernel/perfmon.c ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; ctx_msgq_head 860 arch/ia64/kernel/perfmon.c ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; ctx_msgq_head 1543 arch/ia64/kernel/perfmon.c DPRINT(("head=%d tail=%d\n", ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); ctx_msgq_head 6669 arch/ia64/kernel/perfmon.c ctx->ctx_msgq_head,