Lines Matching defs:bsp
133 struct bufq_strat *bsp, *it;
165 bsp = NULL;
171 bsp = it;
175 if (bsp == NULL || (it)->bs_prio > bsp->bs_prio)
176 bsp = it;
191 if (bsp == NULL) {
202 strategy, bsp->bs_name);
207 printf("bufq_alloc: using '%s'\n", bsp->bs_name);
210 bsp->bs_refcnt++;
214 bufq->bq_strat = bsp;
215 (*bsp->bs_initfn)(bufq);