Searched refs:pfm_msg_t (Results 1 – 2 of 2) sorted by relevance
157 } pfm_msg_t; typedef
330 pfm_msg_t ctx_msgq[PFM_MAX_MSGS];772 static pfm_msg_t *790 static pfm_msg_t *793 pfm_msg_t *msg; in pfm_get_next_msg()1557 pfm_msg_t *msg; in pfm_read()1575 if (size < sizeof(pfm_msg_t)) { in pfm_read()1576 DPRINT(("message is too small ctx=%p (>=%ld)\n", ctx, sizeof(pfm_msg_t))); in pfm_read()1638 if(copy_to_user(buf, msg, sizeof(pfm_msg_t)) == 0) ret = sizeof(pfm_msg_t); in pfm_read()5123 pfm_notify_user(pfm_context_t *ctx, pfm_msg_t *msg) in pfm_notify_user()5146 pfm_msg_t *msg = NULL; in pfm_ovfl_notify_user()[all …]