Searched refs:ntot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h155 uint_t ntot; member in struct:sf_cr_pool
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1107 * our finagle of "ntot" and "nfree"
1119 * set ntot to nfree for this particular entry
1124 sf->sf_cr_pool->ntot = sf->sf_cr_pool->nfree;
1920 ptr->ntot = min((real_cmd_buf_size / sizeof (struct fcp_cmd)),
1922 ptr->nfree = ptr->ntot;
1928 while (i < ptr->ntot) {
2090 ASSERT(cp->nfree <= cp->ntot);
2110 if (cp->nfree == cp->ntot) {

Completed in 85 milliseconds