Searched refs:ctx_msgq_tail (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c74 #define PFM_CTXQ_EMPTY(g) ((g)->ctx_msgq_head == (g)->ctx_msgq_tail)
333 int ctx_msgq_tail; member in struct:pfm_context
773 next = (ctx->ctx_msgq_tail+1) % PFM_MAX_MSGS; pfm_get_new_msg()
775 DPRINT(("ctx_fd=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); pfm_get_new_msg()
778 idx = ctx->ctx_msgq_tail; pfm_get_new_msg()
779 ctx->ctx_msgq_tail = next; pfm_get_new_msg()
781 DPRINT(("ctx=%p head=%d tail=%d msg=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, idx)); pfm_get_new_msg()
791 DPRINT(("ctx=%p head=%d tail=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); pfm_get_next_msg()
805 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)); pfm_get_next_msg()
813 ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; pfm_reset_msgq()
903 ctx->ctx_msgq_head = ctx->ctx_msgq_tail = 0; pfm_context_alloc()
1586 DPRINT(("head=%d tail=%d\n", ctx->ctx_msgq_head, ctx->ctx_msgq_tail)); pfm_read()
6747 ctx->ctx_msgq_tail, dump_pmu_state()

Completed in 73 milliseconds