Home
last modified time | relevance | path

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

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