ctx_msgq_tail      78 arch/ia64/kernel/perfmon.c #define PFM_CTXQ_EMPTY(g)	((g)->ctx_msgq_head == (g)->ctx_msgq_tail)
ctx_msgq_tail     337 arch/ia64/kernel/perfmon.c 	int			ctx_msgq_tail;
ctx_msgq_tail     768 arch/ia64/kernel/perfmon.c 	next = (ctx->ctx_msgq_tail+1) % PFM_MAX_MSGS;
ctx_msgq_tail     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_tail     773 arch/ia64/kernel/perfmon.c  	idx = 	ctx->ctx_msgq_tail;
ctx_msgq_tail     774 arch/ia64/kernel/perfmon.c 	ctx->ctx_msgq_tail = next;
ctx_msgq_tail     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_tail     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_tail     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_tail     808 arch/ia64/kernel/perfmon.c 	ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0;
ctx_msgq_tail     860 arch/ia64/kernel/perfmon.c 		ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0;
ctx_msgq_tail    1543 arch/ia64/kernel/perfmon.c 		DPRINT(("head=%d tail=%d\n", ctx->ctx_msgq_head, ctx->ctx_msgq_tail));
ctx_msgq_tail    6670 arch/ia64/kernel/perfmon.c 				ctx->ctx_msgq_tail,