Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c72 struct linux_epoch_head { struct
110 static struct linux_epoch_head linux_epoch_head[RCU_TYPE_MAX]; variable
118 struct linux_epoch_head *head; in linux_rcu_runtime_init()
125 head = &linux_epoch_head[j]; in linux_rcu_runtime_init()
148 struct linux_epoch_head *head = context; in linux_rcu_cleaner_func()
163 linux_synchronize_rcu(head - linux_epoch_head); in linux_rcu_cleaner_func()
366 struct linux_epoch_head *head; in linux_rcu_barrier()
376 head = &linux_epoch_head[type]; in linux_rcu_barrier()
386 struct linux_epoch_head *head; in linux_call_rcu()
391 head = &linux_epoch_head[type]; in linux_call_rcu()