Home
last modified time | relevance | path

Searched refs:CALLB_CPR_START (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcallb.h99 #define CALLB_CPR_START 1 /* a checkpoint request's started */ macro
171 if ((cp)->cc_events & CALLB_CPR_START) \
176 while ((cp)->cc_events & CALLB_CPR_START) \
186 if ((cp)->cc_events & CALLB_CPR_START) \
/titanic_50/usr/src/uts/common/os/
H A Dcallb.c293 cp->cc_events |= CALLB_CPR_START; in callb_generic_cpr()
305 cp->cc_events &= ~CALLB_CPR_START; in callb_generic_cpr()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1900 (((ha)->cprinfo.cc_events & CALLB_CPR_START) ||\
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17725 if (ha->cprinfo.cc_events & CALLB_CPR_START || in ql_wait_for_td_stop()