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.h475 * un_pm_mutex protects, un_pm_count, un_pm_timeid, un_pm_busy,
481 * un_pm_count is used to indicate PM state as follows:
487 int un_pm_count; /* indicates pm state */ member in struct:sd_lun
713 _NOTE(MUTEX_PROTECTS_DATA(sd_lun::un_pm_mutex, sd_lun::un_pm_count
2269 (un->un_pm_count < 0))
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6129 un->un_pm_count = 0;
6135 un->un_pm_count = -1;
6476 un->un_pm_count++;
6477 ASSERT(un->un_pm_count == 0);
6509 un->un_pm_count = -1;
6562 (un->un_ncmds_in_driver == 0) && (un->un_pm_count == 0)) {
6834 * By not adjusting un_pm_count the rest of PM in
9877 * In this case un_pm_count has been adjusted so the result
9924 if (un->un_pm_count < 1) {
9940 if (un->un_pm_count <
[all...]

Completed in 123 milliseconds