Home
last modified time | relevance | path

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

/include/linux/
Drwsem.h109 #define __RWSEM_INITIALIZER(name) \ macro
119 struct rw_semaphore name = __RWSEM_INITIALIZER(name)
153 #define __RWSEM_INITIALIZER(name) \ macro
160 struct rw_semaphore lockname = __RWSEM_INITIALIZER(lockname)
Dnotifier.h101 .rwsem = __RWSEM_INITIALIZER((name).rwsem), \
Dmmap_lock.h20 .mmap_lock = __RWSEM_INITIALIZER((name).mmap_lock), \