Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drwsem.h105 #define __RWSEM_INITIALIZER(name) \ macro
115 struct rw_semaphore name = __RWSEM_INITIALIZER(name)
H A Dmmap_lock.h7 .mmap_lock = __RWSEM_INITIALIZER((name).mmap_lock),
H A Dnotifier.h101 .rwsem = __RWSEM_INITIALIZER((name).rwsem), \
/OK3568_Linux_fs/kernel/kernel/
H A Duser.c68 .keyring_sem = __RWSEM_INITIALIZER(init_user_ns.keyring_sem),
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c29 .exec_update_lock = __RWSEM_INITIALIZER(init_signals.exec_update_lock),