Searched refs:pfm_msg_t (Results 1 – 2 of 2) sorted by relevance
158 } pfm_msg_t; typedef
333 pfm_msg_t ctx_msgq[PFM_MAX_MSGS];770 static pfm_msg_t *788 static pfm_msg_t *791 pfm_msg_t *msg; in pfm_get_next_msg()1550 pfm_msg_t *msg; in pfm_read()1568 if (size < sizeof(pfm_msg_t)) { in pfm_read()1569 DPRINT(("message is too small ctx=%p (>=%ld)\n", ctx, sizeof(pfm_msg_t))); in pfm_read()1631 if(copy_to_user(buf, msg, sizeof(pfm_msg_t)) == 0) ret = sizeof(pfm_msg_t); in pfm_read()5087 pfm_notify_user(pfm_context_t *ctx, pfm_msg_t *msg) in pfm_notify_user()5110 pfm_msg_t *msg = NULL; in pfm_ovfl_notify_user()[all …]