Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
percpu-rwsem.h File Reference
#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()
 

Macro Definition Documentation

#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.