|
Linux Kernel
3.7.1
|
#include <linux/mutex.h>#include <linux/percpu.h>#include <linux/rcupdate.h>#include <linux/delay.h>Go to the source code of this file.
Data Structures | |
| struct | percpu_rw_semaphore |
Macros | |
| #define | light_mb() barrier() |
| #define | heavy_mb() synchronize_sched_expedited() |
| #define heavy_mb | ( | ) | synchronize_sched_expedited() |
Definition at line 16 of file percpu-rwsem.h.
| #define light_mb | ( | ) | barrier() |
Definition at line 15 of file percpu-rwsem.h.
1.8.2