Searched refs:cl_mutex (Results 1 – 5 of 5) sorted by relevance
102 kmutex_t cl_mutex[1]; member116 mutex_init((_clp)->cl_mutex, NULL, MUTEX_DEFAULT, \123 mutex_destroy((_clp)->cl_mutex); \129 mutex_enter((_clp)->cl_mutex); \135 (_clp)->cl_mutex); \144 (_clp)->cl_mutex); \149 mutex_exit((_clp)->cl_mutex); \154 mutex_enter((_clp)->cl_mutex); \167 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 …]
76 #define CMLB_MUTEX(cl) (&((cl)->cl_mutex))190 kmutex_t cl_mutex; member223 _NOTE(MUTEX_PROTECTS_DATA(cmlb_lun::cl_mutex, cmlb_lun::cl_vtoc))
300 addr + ((uintptr_t)clp->cl_mutex - (uintptr_t)clp)); in cfglock()