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

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Drcupdate.h49 linux_call_rcu(RCU_TYPE_REGULAR, ptr, func); \
116 extern void linux_call_rcu(unsigned type, struct rcu_head *ptr, rcu_callback_t func);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c381 linux_call_rcu(unsigned type, struct rcu_head *context, rcu_callback_t func) function
H A Dlinux_work.c183 linux_call_rcu(RCU_TYPE_REGULAR, &rwork->rcu, rcu_work_func);

Completed in 177 milliseconds