Searched refs:rhp (Results 1 – 2 of 2) sorted by relevance
/include/trace/events/ |
D | rcu.h | 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; [all …]
|
/include/linux/ |
D | rcupdate.h | 56 struct rcu_head *rhp); 66 struct rcu_head *rhp); 68 #define do_trace_rcu_torture_read(rcutorturename, rhp) do { } while (0) argument
|