Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c623 static unsigned long queued_in_use_bm[SCSI_DEBUG_CANQUEUE_WORDS]; variable
3476 if (!test_and_clear_bit(qa_indx, queued_in_use_bm)) { in sdebug_q_cmd_complete()
3491 k = find_last_bit(queued_in_use_bm, retval); in sdebug_q_cmd_complete()
3536 if (!test_and_clear_bit(qa_indx, queued_in_use_bm)) { in sdebug_q_cmd_hrt_complete()
3551 k = find_last_bit(queued_in_use_bm, retval); in sdebug_q_cmd_hrt_complete()
3676 if (test_bit(k, queued_in_use_bm)) { in stop_queued_cmnd()
3698 clear_bit(k, queued_in_use_bm); in stop_queued_cmnd()
3717 if (test_bit(k, queued_in_use_bm)) { in stop_all_queued()
3739 clear_bit(k, queued_in_use_bm); in stop_all_queued()
3986 k = find_first_zero_bit(queued_in_use_bm, scsi_debug_max_queue); in schedule_resp()
[all …]