Lines Matching refs:rhp
474 TP_PROTO(const char *rcuname, struct rcu_head *rhp, long qlen_lazy,
477 TP_ARGS(rcuname, rhp, qlen_lazy, qlen),
481 __field(void *, rhp)
489 __entry->rhp = rhp;
490 __entry->func = rhp->func;
496 __entry->rcuname, __entry->rhp, __entry->func,
510 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset,
513 TP_ARGS(rcuname, rhp, offset, qlen_lazy, qlen),
517 __field(void *, rhp)
525 __entry->rhp = rhp;
532 __entry->rcuname, __entry->rhp, __entry->offset,
575 TP_PROTO(const char *rcuname, struct rcu_head *rhp),
577 TP_ARGS(rcuname, rhp),
581 __field(void *, rhp)
587 __entry->rhp = rhp;
588 __entry->func = rhp->func;
592 __entry->rcuname, __entry->rhp, __entry->func)
604 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset),
606 TP_ARGS(rcuname, rhp, offset),
610 __field(void *, rhp)
616 __entry->rhp = rhp;
621 __entry->rcuname, __entry->rhp, __entry->offset)
679 TP_PROTO(const char *rcutorturename, struct rcu_head *rhp,
682 TP_ARGS(rcutorturename, rhp, secs, c_old, c),
686 __field(struct rcu_head *, rhp)
696 __entry->rhp = rhp;
703 __entry->rcutorturename, __entry->rhp,
772 #define trace_rcu_callback(rcuname, rhp, qlen_lazy, qlen) do { } while (0) argument
773 #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \ argument
777 #define trace_rcu_invoke_callback(rcuname, rhp) do { } while (0) argument
778 #define trace_rcu_invoke_kfree_callback(rcuname, rhp, offset) do { } while (0) argument
781 #define trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument