Home
last modified time | relevance | path

Searched refs:CC_PINNABLE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h178 #define CC_PINNABLE 0x08 /* Issue pin if write fails */ macro
698 #define CENTRY_PINNABLE(centry) ((centry)->cc_flag & CC_PINNABLE)
H A Dsd_ft.c473 ent->cc_flag |= (ft_cent->sc_flag & CC_PINNABLE); in _sd_ft_clone()
H A Dsd_io.c1231 cc_ent->cc_flag &= ~(CC_PINNABLE); in _sd_process_pending()
1284 cc_ent->cc_flag &= ~(CC_PINNABLE); in _sd_process_pending()
H A Dsd_bcache.c2730 cc_flag |= CC_PINNABLE;
4863 centry->cc_flag &= ~(CC_PINNABLE);
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1586 {"PINNABLE", CC_PINNABLE, CC_PINNABLE},