Searched refs:srcu (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsrcu.h35 #define srcu_dereference(p, srcu) \
50 #define synchronize_srcu_expedited(srcu) do { \
51 synchronize_srcu(srcu); \
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c45 #include <linux/srcu.h>
397 init_srcu_struct(struct srcu_struct *srcu) argument
403 cleanup_srcu_struct(struct srcu_struct *srcu) argument
408 srcu_read_lock(struct srcu_struct *srcu) argument
415 srcu_read_unlock(struct srcu_struct *srcu, int key __unused) argument
421 synchronize_srcu(struct srcu_struct *srcu) argument
427 srcu_barrier(struct srcu_struct *srcu) argument
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Duverbs.h47 #include <linux/srcu.h>
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c45 #include <linux/srcu.h>

Completed in 123 milliseconds