Lines Matching refs:ctx_msgq_tail
73 #define PFM_CTXQ_EMPTY(g) ((g)->ctx_msgq_head == (g)->ctx_msgq_tail)
332 int ctx_msgq_tail; member
777 next = (ctx->ctx_msgq_tail+1) % PFM_MAX_MSGS; in pfm_get_new_msg()
779 DPRINT(("ctx_fd=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); in pfm_get_new_msg()
782 idx = ctx->ctx_msgq_tail; in pfm_get_new_msg()
783 ctx->ctx_msgq_tail = next; in pfm_get_new_msg()
785 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()
795 DPRINT(("ctx=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); in pfm_get_next_msg()
809 …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()
817 ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; in pfm_reset_msgq()
907 ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; in pfm_context_alloc()
1595 DPRINT(("head=%d tail=%d\n", ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); in pfm_read()
6792 ctx->ctx_msgq_tail, in dump_pmu_state()