Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h516 int un_pm_count; /* indicates pm state */ member
741 _NOTE(MUTEX_PROTECTS_DATA(sd_lun::un_pm_mutex, sd_lun::un_pm_count
2212 (un->un_pm_count < 0))
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5654 un->un_pm_count = 0; in sd_create_pm_components()
5660 un->un_pm_count = -1; in sd_create_pm_components()
5990 un->un_pm_count++; in sd_pm_state_change()
5991 ASSERT(un->un_pm_count == 0); in sd_pm_state_change()
6023 un->un_pm_count = -1; in sd_pm_state_change()
6074 (un->un_ncmds_in_driver == 0) && (un->un_pm_count == 0)) { in sd_pm_idletimeout_handler()
9214 if (un->un_pm_count < 1) { in sd_pm_entry()
9230 if (un->un_pm_count < 0) { in sd_pm_entry()
9259 un->un_pm_count--; in sd_pm_entry()
9266 ASSERT(un->un_pm_count == 0); in sd_pm_entry()
[all …]