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

/osnet-11/usr/src/lib/fm/libfmd_agent/sparc/
H A Dfmd_agent_sparc.c52 uint64_t cache, cachetype, cachelevel, cacheindex, cacheway; local
77 /* And cacheindex, cacheway */
79 &cacheindex) == 0 &&
81 cacheindex)) != 0))
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c1288 uint_t cacheindex; local
1353 cacheindex = chead->mt_hint; /* 0 first time through */
1354 thiscache = hintcspaceblock->mt_cache[cacheindex];
1356 if (hintcspaceblock->mt_nfree[cacheindex] == 0) {
1361 cacheindex = 0xffffffff;
1366 cacheindex = i;
1368 chead->mt_hint = cacheindex;
1373 if (cacheindex == 0xffffffff) {
1385 (cacheindex == 0xffffffff)) {
1406 cacheindex
[all...]

Completed in 240 milliseconds