Searched refs:ii_used (Results 1 – 4 of 4) sorted by relevance
384 ASSERT(op->ii_used > 0); /* always use 1 for header */ in ii_free_overflow()432 op->ii_used = 1; /* we have used the header */ in ii_reclaim_overflow()433 op->ii_unused = op->ii_nchunks - op->ii_used; in ii_reclaim_overflow()482 if (op->ii_used > op->ii_nchunks) in ii_alloc_overflow()485 chunk = op->ii_used++; in ii_alloc_overflow()
222 #define ii_used ii_do.ii_dused macro
4002 op->ii_used = 1; /* we have used the header */ in _ii_ocreate()4003 op->ii_unused = op->ii_nchunks - op->ii_used; in _ii_ocreate()4419 ustat.used = op->ii_used; in _ii_ostat()6148 op->ii_used = 1; in ii_overflow_free()6149 op->ii_unused = op->ii_nchunks - op->ii_used; in ii_overflow_free()
168 mdb_printf("ii_dused: %x\n", ii_overflow.ii_used); in ii_overflow()