Home
last modified time | relevance | path

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

/include/linux/
A Drcu_segcblist.h64 #define RCU_CBLIST_NSEGS 4 macro
192 struct rcu_head **tails[RCU_CBLIST_NSEGS];
193 unsigned long gp_seq[RCU_CBLIST_NSEGS];
199 long seglen[RCU_CBLIST_NSEGS];
/include/trace/events/
A Drcu.h545 __array(unsigned long, gp_seq, RCU_CBLIST_NSEGS)
546 __array(long, seglen, RCU_CBLIST_NSEGS)
551 memcpy(__entry->seglen, rs->seglen, RCU_CBLIST_NSEGS * sizeof(long));
552 memcpy(__entry->gp_seq, rs->gp_seq, RCU_CBLIST_NSEGS * sizeof(unsigned long));

Completed in 5 milliseconds