Searched refs:CC_INUSE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.h | 170 #define CC_INUSE 0x01 /* Cache entry is in use */ macro 658 ((centry)->cc_inuse || atomic_swap(CC_INUSE, &(centry)->cc_inuse))
|
H A D | sd_ft.c | 728 _sd_cc_wait(cd, blk, ent, CC_INUSE); in _sd_hash_invalidate_cd()
|
H A D | sd_bcache.c | 2461 if (flag == CC_INUSE) { in _sd_cc_wait() 2747 _sd_cc_wait(cd, cblk, centry, CC_INUSE); 4351 _sd_cc_wait(cd, cblk, old_ent, CC_INUSE); 4659 _sd_cc_wait(cd, cblk, old_ent, CC_INUSE);
|