Searched refs:RW_LOCK_INITIALIZER (Results 1 – 15 of 15) sorted by relevance
20 static rw_lock sParentChangeLock = RW_LOCK_INITIALIZER("packagefs node parent change");
38 static rw_lock sHotVnodesLock = RW_LOCK_INITIALIZER("hot vnodes");
48 static rw_lock sLock = RW_LOCK_INITIALIZER("stack interface");
219 static rw_lock sMountLock = RW_LOCK_INITIALIZER("vfs_mount_lock");250 static rw_lock sVnodeLock = RW_LOCK_INITIALIZER("vfs_vnode_lock");
48 #define RW_LOCK_INITIALIZER(name) { MUTEX_INITIALIZER(name), NULL, \ macro
19 rw_lock VMAreas::sLock = RW_LOCK_INITIALIZER("areas tree");
55 static rw_lock sCacheListLock = RW_LOCK_INITIALIZER("global VMCache list");
134 = RW_LOCK_INITIALIZER("free/clear page queues");
250 static rw_lock sAreaCacheLock = RW_LOCK_INITIALIZER("area->cache");
110 #define RW_LOCK_INITIALIZER(name) \ macro
210 sSharedUserMutexContext.lock = RW_LOCK_INITIALIZER("shared user mutex table"); in user_mutex_init()239 context->lock = RW_LOCK_INITIALIZER("user mutex table"); in get_team_user_mutex_context()
74 RW_LOCK_INITIALIZER("guarded heap lock"),
458 static rw_lock sPortsLock = RW_LOCK_INITIALIZER("ports list");
199 RW_LOCK_INITIALIZER("guarded heap lock"),
1029 #define RW_LOCK_INITIALIZER(name) FSSH_RW_LOCK_INITIALIZER(name) macro