Searched refs:call_rcu1 (Results 1 – 4 of 4) sorted by relevance
143 void call_rcu1(struct rcu_head *head, RCUCBFunc *func);150 call_rcu1(({ \159 call_rcu1(({ \
308 void call_rcu1(struct rcu_head *node, void (*func)(struct rcu_head *node)) in call_rcu1() function363 call_rcu1(&rcu_drain.rcu, drain_rcu_callback); in drain_call_rcu()
223 call_rcu1(&prev_el->rcu, reclaim_list_el); in rcu_q_updater()300 call_rcu1(&prev_el->rcu, reclaim_list_el); in rcu_qtest()
85 ``void call_rcu1(struct rcu_head * head, void (*func)(struct rcu_head *head));``104 call_rcu1(&foo.rcu, foo_reclaim);112 ``call_rcu1`` is typically used via either the ``call_rcu`` or118 use this macro instead of ``call_rcu1``.123 In the example given in ``call_rcu1``, one could have written simply::209 ``call_rcu1`` is the same as Linux's ``call_rcu``.