Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_rcu.c70 struct linux_epoch_head { struct
108 static struct linux_epoch_head linux_epoch_head[RCU_TYPE_MAX]; variable
116 struct linux_epoch_head *head; in linux_rcu_runtime_init()
123 head = &linux_epoch_head[j]; in linux_rcu_runtime_init()
146 struct linux_epoch_head *head = context; in linux_rcu_cleaner_func()
161 linux_synchronize_rcu(head - linux_epoch_head); in linux_rcu_cleaner_func()
364 struct linux_epoch_head *head; in linux_rcu_barrier()
374 head = &linux_epoch_head[type]; in linux_rcu_barrier()
384 struct linux_epoch_head *head; in linux_call_rcu()
389 head = &linux_epoch_head[type]; in linux_call_rcu()