Lines Matching refs:rhp
513 TP_PROTO(const char *rcuname, struct rcu_head *rhp, long qlen),
515 TP_ARGS(rcuname, rhp, qlen),
519 __field(void *, rhp)
526 __entry->rhp = rhp;
527 __entry->func = rhp->func;
532 __entry->rcuname, __entry->rhp, __entry->func,
546 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset,
549 TP_ARGS(rcuname, rhp, offset, qlen),
553 __field(void *, rhp)
560 __entry->rhp = rhp;
566 __entry->rcuname, __entry->rhp, __entry->offset,
606 TP_PROTO(const char *rcuname, struct rcu_head *rhp),
608 TP_ARGS(rcuname, rhp),
612 __field(void *, rhp)
618 __entry->rhp = rhp;
619 __entry->func = rhp->func;
623 __entry->rcuname, __entry->rhp, __entry->func)
635 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset),
637 TP_ARGS(rcuname, rhp, offset),
641 __field(void *, rhp)
647 __entry->rhp = rhp;
652 __entry->rcuname, __entry->rhp, __entry->offset)
738 TP_PROTO(const char *rcutorturename, struct rcu_head *rhp,
741 TP_ARGS(rcutorturename, rhp, secs, c_old, c),
745 __field(struct rcu_head *, rhp)
755 __entry->rhp = rhp;
762 __entry->rcutorturename, __entry->rhp,