Lines Matching refs:p
103 struct mon_text_ptr *p, const struct mon_event_text *ep);
105 struct mon_text_ptr *p, const struct mon_event_text *ep);
107 struct mon_text_ptr *p, const struct mon_event_text *ep);
109 struct mon_text_ptr *p, const struct mon_event_text *ep);
111 struct mon_text_ptr *p, const struct mon_event_text *ep);
113 struct mon_text_ptr *p, const struct mon_event_text *ep);
115 struct mon_text_ptr *p, const struct mon_event_text *ep);
302 struct list_head *p; in mon_text_fetch() local
310 p = rp->e_list.next; in mon_text_fetch()
311 list_del(p); in mon_text_fetch()
314 return list_entry(p, struct mon_event_text, e_link); in mon_text_fetch()
477 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_t() argument
488 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_t()
495 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_u() argument
506 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_u()
513 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_statset() argument
517 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
525 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
528 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
534 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_intstat() argument
536 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_intstat()
541 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isostat() argument
544 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isostat()
547 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isostat()
554 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isodesc() argument
560 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isodesc()
569 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isodesc()
576 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_data() argument
582 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
588 p->cnt += snprintf(p->pbuf + p->cnt, in mon_text_read_data()
589 p->limit - p->cnt, in mon_text_read_data()
592 p->cnt += snprintf(p->pbuf + p->cnt, in mon_text_read_data()
593 p->limit - p->cnt, in mon_text_read_data()
596 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
599 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
603 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, "\n"); in mon_text_read_data()
612 struct list_head *p; in mon_text_release() local
634 p = rp->e_list.next; in mon_text_release()
635 ep = list_entry(p, struct mon_event_text, e_link); in mon_text_release()
636 list_del(p); in mon_text_release()