Home
last modified time | relevance | path

Searched refs:un_pm_count (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h488 int un_pm_count; /* indicates pm state */ member
714 _NOTE(MUTEX_PROTECTS_DATA(sd_lun::un_pm_mutex, sd_lun::un_pm_count
2270 (un->un_pm_count < 0))
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6129 un->un_pm_count = 0; in sd_create_pm_components()
6135 un->un_pm_count = -1; in sd_create_pm_components()
6476 un->un_pm_count++; in sd_pm_state_change()
6477 ASSERT(un->un_pm_count == 0); in sd_pm_state_change()
6509 un->un_pm_count = -1; in sd_pm_state_change()
6562 (un->un_ncmds_in_driver == 0) && (un->un_pm_count == 0)) { in sd_pm_idletimeout_handler()
9924 if (un->un_pm_count < 1) { in sd_pm_entry()
9940 if (un->un_pm_count < 0) { in sd_pm_entry()
9969 un->un_pm_count--; in sd_pm_entry()
9976 ASSERT(un->un_pm_count == 0); in sd_pm_entry()
[all …]