Lines Matching refs:SDEBUG_CANQUEUE
222 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
304 struct sdebug_queued_cmd qc_arr[SDEBUG_CANQUEUE];
639 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
3816 if (unlikely((qc_idx < 0) || (qc_idx >= SDEBUG_CANQUEUE))) { in sdebug_q_cmd_complete()
4068 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in stop_all_queued()
4102 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in free_all_queued()
5001 (n <= SDEBUG_CANQUEUE)) { in max_queue_store()
5006 a = find_last_bit(sqp->in_use_bm, SDEBUG_CANQUEUE); in max_queue_store()
5011 if (k == SDEBUG_CANQUEUE) in max_queue_store()
5639 if (qdepth > SDEBUG_CANQUEUE + 10) in sdebug_change_qdepth()
5640 qdepth = SDEBUG_CANQUEUE + 10; in sdebug_change_qdepth()
5849 .can_queue = SDEBUG_CANQUEUE,