Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_rcu.c75 struct linux_epoch_head { struct
113 static struct linux_epoch_head linux_epoch_head[RCU_TYPE_MAX]; variable
121 struct linux_epoch_head *head; in linux_rcu_runtime_init()
128 head = &linux_epoch_head[j]; in linux_rcu_runtime_init()
151 struct linux_epoch_head *head = context; in linux_rcu_cleaner_func()
166 linux_synchronize_rcu(head - linux_epoch_head); in linux_rcu_cleaner_func()
396 struct linux_epoch_head *head; in linux_rcu_barrier()
406 head = &linux_epoch_head[type]; in linux_rcu_barrier()
416 struct linux_epoch_head *head; in linux_call_rcu()
421 head = &linux_epoch_head[type]; in linux_call_rcu()