Searched refs:__RWSEM_INITIALIZER (Results 1 – 3 of 3) sorted by relevance
102 #define __RWSEM_INITIALIZER(name) \ macro112 struct rw_semaphore name = __RWSEM_INITIALIZER(name)158 #define __RWSEM_INITIALIZER(name) \ macro165 struct rw_semaphore lockname = __RWSEM_INITIALIZER(lockname)
102 .rwsem = __RWSEM_INITIALIZER((name).rwsem), \
18 .mmap_lock = __RWSEM_INITIALIZER((name).mmap_lock),
Completed in 11 milliseconds