Lines Matching refs:p
108 struct mon_text_ptr *p, const struct mon_event_text *ep);
110 struct mon_text_ptr *p, const struct mon_event_text *ep);
112 struct mon_text_ptr *p, const struct mon_event_text *ep);
114 struct mon_text_ptr *p, const struct mon_event_text *ep);
116 struct mon_text_ptr *p, const struct mon_event_text *ep);
118 struct mon_text_ptr *p, const struct mon_event_text *ep);
120 struct mon_text_ptr *p, const struct mon_event_text *ep);
307 struct list_head *p; in mon_text_fetch() local
315 p = rp->e_list.next; in mon_text_fetch()
316 list_del(p); in mon_text_fetch()
319 return list_entry(p, struct mon_event_text, e_link); in mon_text_fetch()
512 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_t() argument
523 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_t()
530 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_u() argument
541 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_u()
548 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_statset() argument
552 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
560 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
563 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
569 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_intstat() argument
571 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_intstat()
576 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isostat() argument
579 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isostat()
582 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isostat()
589 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isodesc() argument
595 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isodesc()
604 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isodesc()
611 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_data() argument
617 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
623 p->cnt += scnprintf(p->pbuf + p->cnt, in mon_text_read_data()
624 p->limit - p->cnt, in mon_text_read_data()
627 p->cnt += scnprintf(p->pbuf + p->cnt, in mon_text_read_data()
628 p->limit - p->cnt, in mon_text_read_data()
631 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
634 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
638 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, "\n"); in mon_text_read_data()
647 struct list_head *p; in mon_text_release() local
669 p = rp->e_list.next; in mon_text_release()
670 ep = list_entry(p, struct mon_event_text, e_link); in mon_text_release()
671 list_del(p); in mon_text_release()