Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_impl.h108 #define SBD_PGR_RSVD_ONE 0x02 macro
112 #define SBD_PGR_RSVD(pgr) (((pgr)->pgr_flags) & (SBD_PGR_RSVD_ONE | \
H A Dsbd_pgr.c249 (~(SBD_PGR_RSVD_ALL_REGISTRANTS | SBD_PGR_RSVD_ONE))))
429 if ((pgr->pgr_flags & SBD_PGR_RSVD_ONE) && in sbd_pgr_meta_load()
853 if (pgr->pgr_flags & SBD_PGR_RSVD_ONE) { in sbd_pgr_reservation_conflict()
1562 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_RSVD_ONE); in sbd_pgr_do_reserve()
1696 } else if (pgr->pgr_flags & SBD_PGR_RSVD_ONE) { in sbd_pgr_out_preempt()