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

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dsrcu.h26 * $FreeBSD: releng/11.0/sys/compat/linuxkpi/common/include/linux/srcu.h 292538 2015-12-21 11:03:12Z hselasky $
40 init_srcu_struct(struct srcu_struct *srcu) argument
42 sx_init(&srcu->sx, "SleepableRCU");
47 cleanup_srcu_struct(struct srcu_struct *srcu) argument
49 sx_destroy(&srcu->sx);
53 srcu_read_lock(struct srcu_struct *srcu) argument
55 sx_slock(&srcu->sx);
60 srcu_read_unlock(struct srcu_struct *srcu, int key) argument
62 sx_sunlock(&srcu->sx);
66 synchronize_srcu(struct srcu_struct *srcu) argument
[all...]

Completed in 43 milliseconds