Searched refs:pfm_msg_t (Results 1 – 2 of 2) sorted by relevance
157 } pfm_msg_t; typedef
331 pfm_msg_t ctx_msgq[PFM_MAX_MSGS];768 static pfm_msg_t *786 static pfm_msg_t *789 pfm_msg_t *msg; in pfm_get_next_msg()1548 pfm_msg_t *msg; in pfm_read()1566 if (size < sizeof(pfm_msg_t)) { in pfm_read()1567 DPRINT(("message is too small ctx=%p (>=%ld)\n", ctx, sizeof(pfm_msg_t))); in pfm_read()1629 if(copy_to_user(buf, msg, sizeof(pfm_msg_t)) == 0) ret = sizeof(pfm_msg_t); in pfm_read()5095 pfm_notify_user(pfm_context_t *ctx, pfm_msg_t *msg) in pfm_notify_user()5118 pfm_msg_t *msg = NULL; in pfm_ovfl_notify_user()[all …]