Home
last modified time | relevance | path

Searched refs:cb_head (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c68 STAILQ_HEAD(, callback_head) cb_head;
111 STAILQ_INIT(&head->cb_head); in linux_rcu_runtime_init()
151 STAILQ_CONCAT(&tmp_head, &head->cb_head); in linux_rcu_cleaner_func()
360 STAILQ_INSERT_TAIL(&head->cb_head, rcu, entry); in linux_call_rcu()