Searched refs:hh_cd (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_hash.c | 232 if ((hptr->hh_cd == cd) && (hptr->hh_blk_num == block_num)) 252 if ((hptr->hh_cd == cd) && (hptr->hh_blk_num == block_num)) 308 hptr->hh_cd = (ushort_t)cd; 315 if ((p->hh_cd == cd) && (p->hh_blk_num == block_num)) { 386 i = HASH(hptr->hh_cd, hptr->hh_blk_num, table); 447 if ((old->hh_cd != new->hh_cd) || (old->hh_blk_num != new->hh_blk_num)) 455 hptr = _sd_hash_insert(new->hh_cd, new->hh_blk_num, new, table); 463 i = HASH(old->hh_cd, old->hh_blk_num, table); 473 hptr = _sd_hash_insert(new->hh_cd, ne [all...] |
H A D | sd_hash.h | 39 unsigned short hh_cd; /* The cache descriptor */ member in struct:_sd_hash_hd
|
H A D | sd_bcache.h | 702 #define CENTRY_CD(centry) ((centry)->cc_head.hh_cd) 717 (((centry)->cc_head.hh_cd == cd) && \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1695 if (OPT_C_SELECTED && (centry.cc_head.hh_cd != opt_c)) 1721 addr, centry.cc_head.hh_cd,
|
Completed in 68 milliseconds