Searched refs:cl_mutex (Results 1 – 8 of 8) sorted by relevance
71 mutex_enter(&lock->cl_mutex); in i2c_txn_held()73 mutex_exit(&lock->cl_mutex); in i2c_txn_held()100 VERIFY(MUTEX_HELD(&lock->cl_mutex)); in i2c_txn_lock_wakeup()141 VERIFY(MUTEX_HELD(&lock->cl_mutex)); in i2c_txn_lock_signal()176 mutex_enter(&lock->cl_mutex); in i2c_txn_ctrl_unlock()193 mutex_exit(&lock->cl_mutex); in i2c_txn_ctrl_unlock()204 mutex_enter(&lock->cl_mutex); in i2c_txn_ctrl_lock()214 mutex_exit(&lock->cl_mutex); in i2c_txn_ctrl_lock()229 mutex_exit(&lock->cl_mutex); in i2c_txn_ctrl_lock()234 mutex_exit(&lock->cl_mutex); in i2c_txn_ctrl_lock()[all …]
141 kmutex_t cl_mutex; member
236 mutex_destroy(&lock->cl_mutex); in i2c_ctrl_lock_fini()242 mutex_init(&lock->cl_mutex, NULL, MUTEX_DRIVER, NULL); in i2c_ctrl_lock_init()
100 kmutex_t cl_mutex[1]; member114 mutex_init((_clp)->cl_mutex, NULL, MUTEX_DEFAULT, \121 mutex_destroy((_clp)->cl_mutex); \127 mutex_enter((_clp)->cl_mutex); \133 (_clp)->cl_mutex); \142 (_clp)->cl_mutex); \147 mutex_exit((_clp)->cl_mutex); \152 mutex_enter((_clp)->cl_mutex); \165 mutex_exit((_clp)->cl_mutex); \
67 mutex_t cl_mutex = DEFAULTMUTEX; variable85 assert(MUTEX_HELD(&cl_mutex)); in child_find_by_pid()98 assert(MUTEX_HELD(&cl_mutex)); in child_find_by_uid()417 mutex_lock(&cl_mutex); in cmd_start()421 mutex_unlock(&cl_mutex); in cmd_start()434 mutex_unlock(&cl_mutex); in cmd_start()440 mutex_unlock(&cl_mutex); in cmd_start()482 mutex_lock(&cl_mutex); in cmd_start()484 mutex_unlock(&cl_mutex); in cmd_start()517 mutex_lock(&cl_mutex); in svc_sigchld()[all …]
113 mutex_t cl_mutex = DEFAULTMUTEX; variable657 (void) mutex_unlock(&cl_mutex); in ndmp_connect_list_find()693 (void) mutex_lock(&cl_mutex); in ndmp_connect_list_add()696 (void) mutex_unlock(&cl_mutex); in ndmp_connect_list_add()718 (void) mutex_lock(&cl_mutex); in ndmp_connect_list_del()720 (void) mutex_unlock(&cl_mutex); in ndmp_connect_list_del()726 (void) mutex_unlock(&cl_mutex); in ndmp_connect_list_del()752 (void) mutex_lock(&cl_mutex); in ndmp_connect_list_find_id()755 (void) mutex_unlock(&cl_mutex); in ndmp_connect_list_find_id()760 (void) mutex_unlock(&cl_mutex); in ndmp_connect_list_find_id()[all …]
80 #define CMLB_MUTEX(cl) (&((cl)->cl_mutex))183 kmutex_t cl_mutex; member216 _NOTE(MUTEX_PROTECTS_DATA(cmlb_lun::cl_mutex, cmlb_lun::cl_vtoc))
298 addr + ((uintptr_t)clp->cl_mutex - (uintptr_t)clp)); in cfglock()