Searched refs:total_dccbs (Results 1 – 2 of 2) sorted by relevance
223 } else if (dpt->total_dccbs < dpt->max_dccbs) { in dptgetccb()334 next_ccb = &dpt->dpt_dccbs[dpt->total_dccbs]; in dptallocccbs()354 for (i = 0; dpt->total_dccbs < dpt->max_dccbs && i < newcount; i++) { in dptallocccbs()370 next_ccb->tag = dpt->total_dccbs; in dptallocccbs()376 dpt->total_dccbs++; in dptallocccbs()
1038 int total_dccbs; member