Lines Matching refs:call_rcu
33 But the above code cannot be used in IRQ context -- the call_rcu()
41 call_rcu(&p->rcu, p_callback);
43 Since call_rcu() never blocks, this code can safely be used from within
54 Unloading Modules That Use call_rcu()
92 must match the flavor of rcu_barrier() with that of call_rcu(). If your
93 module uses multiple flavors of call_rcu(), then it must also use multiple
95 it uses call_rcu(), call_srcu() on srcu_struct_1, and call_srcu() on
172 RCU callbacks rarely include calls to call_rcu(). However, the rcutorture
193 module invokes call_rcu() from timers, you will need to first cancel all
197 Of course, if you module uses call_rcu(), you will need to invoke
200 and on the same srcu_struct structure. If your module uses call_rcu()
239 The rcu_barrier_func() runs on each CPU, where it invokes call_rcu()
250 9 call_rcu(head, rcu_barrier_callback);
255 call_rcu(). Line 7 picks up a pointer to this struct rcu_head, and line