Searched refs:busy_itlq (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1200 u_short busy_itlq; /* Number of busy tagged CCBs */ member in struct:sym_lcb
6312 if (lp->busy_itlq < SYM_CONF_MAX_TASK) {
6317 ++lp->busy_itlq;
6330 if (lp->busy_itlq != 0 || lp->busy_itl != 0)
6400 --lp->busy_itlq;
6412 if (lp->busy_itlq == 0 && lp->busy_itl == 0)

Completed in 194 milliseconds