Home
last modified time | relevance | path

Searched refs:queued_in_use_bm (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c626 static unsigned long queued_in_use_bm[SCSI_DEBUG_CANQUEUE_WORDS]; variable
3473 if (!test_and_clear_bit(qa_indx, queued_in_use_bm)) { in sdebug_q_cmd_complete()
3488 k = find_last_bit(queued_in_use_bm, retval); in sdebug_q_cmd_complete()
3533 if (!test_and_clear_bit(qa_indx, queued_in_use_bm)) { in sdebug_q_cmd_hrt_complete()
3548 k = find_last_bit(queued_in_use_bm, retval); in sdebug_q_cmd_hrt_complete()
3672 if (test_bit(k, queued_in_use_bm)) { in stop_queued_cmnd()
3694 clear_bit(k, queued_in_use_bm); in stop_queued_cmnd()
3713 if (test_bit(k, queued_in_use_bm)) { in stop_all_queued()
3735 clear_bit(k, queued_in_use_bm); in stop_all_queued()
3987 k = find_first_zero_bit(queued_in_use_bm, scsi_debug_max_queue); in schedule_resp()
[all …]