Searched refs:pfm_msg_t (Results 1 – 2 of 2) sorted by relevance
158 } pfm_msg_t; typedef
335 pfm_msg_t ctx_msgq[PFM_MAX_MSGS];763 static pfm_msg_t *781 static pfm_msg_t *784 pfm_msg_t *msg; in pfm_get_next_msg()1505 pfm_msg_t *msg; in pfm_read()1523 if (size < sizeof(pfm_msg_t)) { in pfm_read()1524 DPRINT(("message is too small ctx=%p (>=%ld)\n", ctx, sizeof(pfm_msg_t))); in pfm_read()1586 if(copy_to_user(buf, msg, sizeof(pfm_msg_t)) == 0) ret = sizeof(pfm_msg_t); in pfm_read()5040 pfm_notify_user(pfm_context_t *ctx, pfm_msg_t *msg) in pfm_notify_user()5063 pfm_msg_t *msg = NULL; in pfm_ovfl_notify_user()[all …]