Searched refs:rcu_callback_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drcupdate.h77 call_rcu(&(ptr)->rcu_head, (rcu_callback_t)(uintptr_t) \
102 extern void linux_call_rcu(unsigned type, struct rcu_head *ptr, rcu_callback_t func);
H A Dtypes.h83 typedef void (*rcu_callback_t)(struct rcu_head *head); typedef
84 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c64 rcu_callback_t func;
391 linux_call_rcu(unsigned type, struct rcu_head *context, rcu_callback_t func)

Completed in 160 milliseconds