Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c584 pw->pw_free = un->un_pwcnt; in raid_build_pw_reservation()
634 if ((pw->pw_free++ == 0) || (un->un_rflags & MD_RFLAG_NEEDPW)) in raid_cancel_pwslot()
644 if ((pw->pw_free++ == 0) || (un->un_rflags & MD_RFLAG_NEEDPW)) in raid_cancel_pwslot()
656 if ((pw->pw_free++ == 0) || (un->un_rflags & MD_RFLAG_NEEDPW)) in raid_cancel_pwslot()
690 if ((pw->pw_free++ == 0) || (un->un_rflags & MD_RFLAG_NEEDPW)) in raid_free_pwinvalidate()
735 ASSERT(pw->pw_free > 0); in raid_get_pwslot()
775 pw->pw_free--; in raid_get_pwslot()
802 if (un->un_column_ic[i].un_pw_reserve->pw_free <= 0) in raid_check_pw()
807 if (un->un_column_ic[cs->cs_dcolumn].un_pw_reserve->pw_free <= 0) in raid_check_pw()
809 if (un->un_column_ic[cs->cs_pcolumn].un_pw_reserve->pw_free <= 0) in raid_check_pw()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h178 int pw_free; member