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()
87 must match the flavor of rcu_barrier() with that of call_rcu(). If your
88 module uses multiple flavors of call_rcu(), then it must also use multiple
90 it uses call_rcu(), call_srcu() on srcu_struct_1, and call_srcu() on
167 RCU callbacks rarely include calls to call_rcu(). However, the rcutorture
183 module invokes call_rcu() from timers, you will need to first cancel all
187 Of course, if you module uses call_rcu(), you will need to invoke
190 and on the same srcu_struct structure. If your module uses call_rcu()
228 The rcu_barrier_func() runs on each CPU, where it invokes call_rcu()
239 9 call_rcu(head, rcu_barrier_callback);
244 call_rcu(). Line 7 picks up a pointer to this struct rcu_head, and line