Lines Matching refs:rhp
514 TP_PROTO(const char *rcuname, struct rcu_head *rhp, long qlen),
516 TP_ARGS(rcuname, rhp, qlen),
520 __field(void *, rhp)
527 __entry->rhp = rhp;
528 __entry->func = rhp->func;
533 __entry->rcuname, __entry->rhp, __entry->func,
573 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset,
576 TP_ARGS(rcuname, rhp, offset, qlen),
580 __field(void *, rhp)
587 __entry->rhp = rhp;
593 __entry->rcuname, __entry->rhp, __entry->offset,
633 TP_PROTO(const char *rcuname, struct rcu_head *rhp),
635 TP_ARGS(rcuname, rhp),
639 __field(void *, rhp)
645 __entry->rhp = rhp;
646 __entry->func = rhp->func;
650 __entry->rcuname, __entry->rhp, __entry->func)
662 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset),
664 TP_ARGS(rcuname, rhp, offset),
668 __field(void *, rhp)
674 __entry->rhp = rhp;
679 __entry->rcuname, __entry->rhp, __entry->offset)
717 TP_PROTO(const char *rcuname, struct rcu_head *rhp, const char *srevent),
719 TP_ARGS(rcuname, rhp, srevent),
723 __field(void *, rhp)
729 __entry->rhp = rhp;
734 __entry->rcuname, __entry->rhp, __entry->srevent)
792 TP_PROTO(const char *rcutorturename, struct rcu_head *rhp,
795 TP_ARGS(rcutorturename, rhp, secs, c_old, c),
799 __field(struct rcu_head *, rhp)
807 __entry->rhp = rhp;
814 __entry->rcutorturename, __entry->rhp,