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];779 static pfm_msg_t *797 static pfm_msg_t *800 pfm_msg_t *msg; in pfm_get_next_msg()1568 pfm_msg_t *msg; in pfm_read()1586 if (size < sizeof(pfm_msg_t)) { in pfm_read()1587 DPRINT(("message is too small ctx=%p (>=%ld)\n", ctx, sizeof(pfm_msg_t))); in pfm_read()1649 if(copy_to_user(buf, msg, sizeof(pfm_msg_t)) == 0) ret = sizeof(pfm_msg_t); in pfm_read()5134 pfm_notify_user(pfm_context_t *ctx, pfm_msg_t *msg) in pfm_notify_user()5157 pfm_msg_t *msg = NULL; in pfm_ovfl_notify_user()[all …]