Searched refs:CBLOCKS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c140 blk_groups = CBLOCKS / reqblks;
141 blks_remaining = CBLOCKS % reqblks;
161 if (blks_allocd < CBLOCKS) {
164 CBLOCKS/reqblks, blks_allocd/reqblks);
H A Dsd_bcache.h1061 extern int CBLOCKS;
H A Dsd_bcache.c313 int CBLOCKS; variable
460 CBLOCKS = cblocks;
539 _sdbc_mem_deconfigure(CBLOCKS);
549 CBLOCKS = 0;
762 #define GOOD_LRUSIZE(q) ((q->sq_inq >= 0) || (q->sq_inq <= CBLOCKS))

Completed in 79 milliseconds