Searched refs:BDCF_CANCELLING (Results 1 – 1 of 1) sorted by relevance
503 #define BDCF_CANCELLING 0x02 /* May be waiting for call completion */ macro4075 if (call->bdc_flags & BDCF_CANCELLING) {4101 (call->bdc_flags & (BDCF_OUTSTANDING | BDCF_CANCELLING))) {4158 call->bdc_flags |= BDCF_CANCELLING;4180 call->bdc_flags &= ~BDCF_CANCELLING;4205 VERIFY((call->bdc_flags & BDCF_CANCELLING) == 0);