Lines Matching refs:rhp

433 	TP_PROTO(const char *rcuname, struct rcu_head *rhp, long qlen_lazy,
436 TP_ARGS(rcuname, rhp, qlen_lazy, qlen),
440 __field(void *, rhp)
448 __entry->rhp = rhp;
449 __entry->func = rhp->func;
455 __entry->rcuname, __entry->rhp, __entry->func,
469 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset,
472 TP_ARGS(rcuname, rhp, offset, qlen_lazy, qlen),
476 __field(void *, rhp)
484 __entry->rhp = rhp;
491 __entry->rcuname, __entry->rhp, __entry->offset,
534 TP_PROTO(const char *rcuname, struct rcu_head *rhp),
536 TP_ARGS(rcuname, rhp),
540 __field(void *, rhp)
546 __entry->rhp = rhp;
547 __entry->func = rhp->func;
551 __entry->rcuname, __entry->rhp, __entry->func)
563 TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset),
565 TP_ARGS(rcuname, rhp, offset),
569 __field(void *, rhp)
575 __entry->rhp = rhp;
580 __entry->rcuname, __entry->rhp, __entry->offset)
634 TP_PROTO(const char *rcutorturename, struct rcu_head *rhp,
637 TP_ARGS(rcutorturename, rhp, secs, c_old, c),
641 __field(struct rcu_head *, rhp)
649 __entry->rhp = rhp;
656 __entry->rcutorturename, __entry->rhp,
721 #define trace_rcu_callback(rcuname, rhp, qlen_lazy, qlen) do { } while (0) argument
722 #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \ argument
726 #define trace_rcu_invoke_callback(rcuname, rhp) do { } while (0) argument
727 #define trace_rcu_invoke_kfree_callback(rcuname, rhp, offset) do { } while (0) argument
730 #define trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument