Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c74 struct linux_epoch_head { struct
112 static struct linux_epoch_head linux_epoch_head[RCU_TYPE_MAX]; variable
120 struct linux_epoch_head *head; in linux_rcu_runtime_init()
127 head = &linux_epoch_head[j]; in linux_rcu_runtime_init()
150 struct linux_epoch_head *head = context; in linux_rcu_cleaner_func()
165 linux_synchronize_rcu(head - linux_epoch_head); in linux_rcu_cleaner_func()
395 struct linux_epoch_head *head; in linux_rcu_barrier()
405 head = &linux_epoch_head[type]; in linux_rcu_barrier()
415 struct linux_epoch_head *head; in linux_call_rcu()
420 head = &linux_epoch_head[type]; in linux_call_rcu()