Home
last modified time | relevance | path

Searched refs:rcu_iw (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/rcu/ !
H A Dtree.h282 /* ->rcu_iw* fields protected by leaf rcu_node ->lock. */
283 struct irq_work rcu_iw; /* Check for non-irq activity. */ member
284 bool rcu_iw_pending; /* Is ->rcu_iw pending? */
285 unsigned long rcu_iw_gp_seq; /* ->gp_seq associated with ->rcu_iw. */
H A Dtree_stall.h254 rdp = container_of(iwp, struct rcu_data, rcu_iw); in rcu_iw_handler()
H A Dtree.c965 irq_work_queue_on(&rdp->rcu_iw, rdp->cpu); in rcu_watching_snap_recheck()
4261 rdp->rcu_iw = IRQ_WORK_INIT_HARD(rcu_iw_handler); in rcutree_prepare_cpu()