Searched refs:SDEBUG_CANQUEUE (Results 1 – 1 of 1) sorted by relevance
220 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro349 struct sdebug_queued_cmd qc_arr[SDEBUG_CANQUEUE];745 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */4742 if (unlikely((qc_idx < 0) || (qc_idx >= SDEBUG_CANQUEUE))) { in sdebug_q_cmd_complete()5091 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in stop_all_queued()5125 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in free_all_queued()6203 (n <= SDEBUG_CANQUEUE) && in max_queue_store()6209 a = find_last_bit(sqp->in_use_bm, SDEBUG_CANQUEUE); in max_queue_store()6214 if (k == SDEBUG_CANQUEUE) in max_queue_store()6707 if ((sdebug_max_queue > SDEBUG_CANQUEUE) || (sdebug_max_queue < 1)) { in scsi_debug_init()[all …]