Home
last modified time | relevance | path

Searched refs:rhp (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/trace/events/
Drcu.h474 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;
[all …]
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c4483 struct hlist_head *rhp; in xlog_recover_ophdr_to_trans() local
4486 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans()
4487 hlist_for_each_entry(trans, rhp, r_list) { in xlog_recover_ophdr_to_trans()
4510 hlist_add_head(&trans->r_list, rhp); in xlog_recover_ophdr_to_trans()