Searched refs:ct_mutex (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c271 ASSERT(MUTEX_HELD(&ct->ct_mutex));
272 mutex_exit(&ct->ct_mutex);
284 mutex_enter(&ct->ct_mutex);
301 ASSERT(MUTEX_HELD(&ct->ct_mutex));
302 mutex_exit(&ct->ct_mutex);
311 mutex_enter(&ct->ct_mutex);
324 ASSERT(MUTEX_HELD(&ct->ct_mutex));
413 ASSERT(MUTEX_HELD(&ct->ct_mutex));
444 ASSERT(MUTEX_HELD(&ct->ct_mutex));
519 ASSERT(MUTEX_HELD(&ct->ct_mutex));
[all...]
H A Dsunmdi.c35 * _NOTE(LOCK_ORDER(mdi_vhci:vh_client_mutex, mdi_client::ct_mutex);
37 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex mdi_client::ct_mutex))
38 * _NOTE(LOCK_ORDER(mdi_client::ct_mutex mdi_pathinfo::pi_mutex))
1269 * _NOTE(LOCK_ORDER(mdi_client::ct_mutex mdi_pathinfo::pi_mutex))
1335 mutex_init(&ct->ct_mutex, NULL, MUTEX_DEFAULT, NULL);
1478 mutex_destroy(&ct->ct_mutex);
1823 cv_wait(&ct->ct_unstable_cv, &ct->ct_mutex);
3236 cv_wait(&ct->ct_failover_cv, &ct->ct_mutex);
3532 cv_wait(&ct->ct_failover_cv, &ct->ct_mutex);
6728 cv_wait(&ct->ct_powerchange_cv, &ct->ct_mutex);
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1656 mutex_init(&ct->ct_mutex, NULL, MUTEX_DEFAULT, NULL);
1668 mutex_destroy(&ct->ct_mutex);
1683 mutex_enter(&ct->ct_mutex);
1688 rem = cv_timedwait(&ct->ct_cond, &ct->ct_mutex, time);
1691 mutex_exit(&ct->ct_mutex);
1696 mutex_exit(&ct->ct_mutex);
1703 mutex_exit(&ct->ct_mutex);
1710 mutex_enter(&ct->ct_mutex);
1715 mutex_exit(&ct->ct_mutex);
1721 mutex_enter(&ct->ct_mutex);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h153 * ct_mutex: per-client (mutex) lock: protects the row (client-mdi_pathinfo
508 * _NOTE(LOCK_ORDER(mdi_mutex, mdi_client::ct_mutex)) XXX
509 * _NOTE(LOCK_ORDER(mdi_client::ct_mutex devinfo_tree_lock)) XXX
523 /* protected by MDI_CLIENT_LOCK ct_mutex... */
524 kmutex_t ct_mutex; /* per-client mutex */ member in struct:mdi_client
554 #define MDI_CLIENT_LOCK(ct) mutex_enter(&(ct)->ct_mutex)
555 #define MDI_CLIENT_TRYLOCK(ct) mutex_tryenter(&(ct)->ct_mutex)
556 #define MDI_CLIENT_UNLOCK(ct) mutex_exit(&(ct)->ct_mutex)
558 #define MDI_CLIENT_LOCKED(ct) MUTEX_HELD(&(ct)->ct_mutex)
698 * _NOTE(LOCK_ORDER(mdi_client::ct_mutex mdi_pathinf
[all...]
H A Dcallo.h353 kmutex_t ct_mutex; /* protects all callout state */ member in struct:callout_table
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c186 dump_mutex(value.ct_mutex, "per-client mutex (ct_mutex):");
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1871 kmutex_t ct_mutex; member in struct:smb_cmd_threshold
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1204 ct->ct_mutex);

Completed in 114 milliseconds