Lines Matching refs:rhp
485 TP_PROTO(const char *rcuname, struct rcu_head *rhp, long qlen),
487 TP_ARGS(rcuname, rhp, qlen),
491 __field(void *, rhp)
498 __entry->rhp = rhp;
499 __entry->func = rhp->func;
504 __entry->rcuname, __entry->rhp, __entry->func,
518 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset,
521 TP_ARGS(rcuname, rhp, offset, qlen),
525 __field(void *, rhp)
532 __entry->rhp = rhp;
538 __entry->rcuname, __entry->rhp, __entry->offset,
578 TP_PROTO(const char *rcuname, struct rcu_head *rhp),
580 TP_ARGS(rcuname, rhp),
584 __field(void *, rhp)
590 __entry->rhp = rhp;
591 __entry->func = rhp->func;
595 __entry->rcuname, __entry->rhp, __entry->func)
607 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset),
609 TP_ARGS(rcuname, rhp, offset),
613 __field(void *, rhp)
619 __entry->rhp = rhp;
624 __entry->rcuname, __entry->rhp, __entry->offset)
710 TP_PROTO(const char *rcutorturename, struct rcu_head *rhp,
713 TP_ARGS(rcutorturename, rhp, secs, c_old, c),
717 __field(struct rcu_head *, rhp)
727 __entry->rhp = rhp;
734 __entry->rcutorturename, __entry->rhp,