Lines Matching refs:call_rcu
30 But the above code cannot be used in IRQ context -- the call_rcu()
38 call_rcu(&p->rcu, p_callback);
40 Since call_rcu() never blocks, this code can safely be used from within
51 Unloading Modules That Use call_rcu()
88 the flavor of rcu_barrier() with that of call_rcu(). If your module
89 uses multiple flavors of call_rcu(), then it must also use multiple
168 RCU callbacks rarely include calls to call_rcu(). However, the rcutorture
184 module invokes call_rcu() from timers, you will need to first cancel all
191 unloading. If your module uses call_rcu(), call_rcu_bh(), -and-
229 The rcu_barrier_func() runs on each CPU, where it invokes call_rcu()
240 9 call_rcu(head, rcu_barrier_callback);
245 call_rcu(). Line 7 picks up a pointer to this struct rcu_head, and line