Lines Matching refs:rhp
322 TP_PROTO(char *rcuname, struct rcu_head *rhp, long qlen_lazy,
325 TP_ARGS(rcuname, rhp, qlen_lazy, qlen),
329 __field(void *, rhp)
337 __entry->rhp = rhp;
338 __entry->func = rhp->func;
344 __entry->rcuname, __entry->rhp, __entry->func,
358 TP_PROTO(char *rcuname, struct rcu_head *rhp, unsigned long offset,
361 TP_ARGS(rcuname, rhp, offset, qlen_lazy, qlen),
365 __field(void *, rhp)
373 __entry->rhp = rhp;
380 __entry->rcuname, __entry->rhp, __entry->offset,
423 TP_PROTO(char *rcuname, struct rcu_head *rhp),
425 TP_ARGS(rcuname, rhp),
429 __field(void *, rhp)
435 __entry->rhp = rhp;
436 __entry->func = rhp->func;
440 __entry->rcuname, __entry->rhp, __entry->func)
452 TP_PROTO(char *rcuname, struct rcu_head *rhp, unsigned long offset),
454 TP_ARGS(rcuname, rhp, offset),
458 __field(void *, rhp)
464 __entry->rhp = rhp;
469 __entry->rcuname, __entry->rhp, __entry->offset)
523 TP_PROTO(char *rcutorturename, struct rcu_head *rhp),
525 TP_ARGS(rcutorturename, rhp),
529 __field(struct rcu_head *, rhp)
534 __entry->rhp = rhp;
538 __entry->rcutorturename, __entry->rhp)
554 #define trace_rcu_callback(rcuname, rhp, qlen_lazy, qlen) do { } while (0) argument
555 #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \ argument
559 #define trace_rcu_invoke_callback(rcuname, rhp) do { } while (0) argument
560 #define trace_rcu_invoke_kfree_callback(rcuname, rhp, offset) do { } while (0) argument
563 #define trace_rcu_torture_read(rcutorturename, rhp) do { } while (0) argument