Searched refs:rcu_head_after_call_rcu (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Drcupdate.h1051 * rcu_head_init - Initialize rcu_head for rcu_head_after_call_rcu()
1054 * If you intend to invoke rcu_head_after_call_rcu() to test whether a
1058 * calls to call_rcu(), rcu_head_after_call_rcu(), or callback invocation.
1066 * rcu_head_after_call_rcu() - Has this rcu_head been passed to call_rcu()?
1074 * to avoid such races is to enclose the call to rcu_head_after_call_rcu()
1079 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) function
/linux-master/lib/
H A Drhashtable.c345 * rhashtable_walk_stop() can use rcu_head_after_call_rcu()
946 if (rcu_head_after_call_rcu(&tbl->rcu, bucket_table_free_rcu))

Completed in 217 milliseconds