Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drwsem.h27 #define __RWSEM_INIT_COUNT(name) .count = RWSEM_UNLOCKED_VALUE macro
69 #define __RWSEM_INIT_COUNT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE) macro
87 { __RWSEM_INIT_COUNT(name), \