Searched refs:__RWSEM_INITIALIZER (Results 1 – 3 of 3) sorted by relevance
109 #define __RWSEM_INITIALIZER(name) \ macro119 struct rw_semaphore name = __RWSEM_INITIALIZER(name)153 #define __RWSEM_INITIALIZER(name) \ macro160 struct rw_semaphore lockname = __RWSEM_INITIALIZER(lockname)
101 .rwsem = __RWSEM_INITIALIZER((name).rwsem), \
20 .mmap_lock = __RWSEM_INITIALIZER((name).mmap_lock), \