Searched refs:bufq_type (Results 1 – 2 of 2) sorted by relevance
98 bq->bufq_type = type; in bufq_init()129 ret = (bq->bufq_type == type); in bufq_switch()139 if (bq->bufq_type != type) { /* might have changed during create */ in bufq_switch()141 otype = bq->bufq_type; in bufq_switch()147 bq->bufq_type = type; in bufq_switch()
82 int bufq_type; member