Searched refs:exception_in_progress (Results 1 – 2 of 2) sorted by relevance
408 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() function2392 if (exception_in_progress(common)) { in fsg_main_thread()2409 if (!exception_in_progress(common)) in fsg_main_thread()2415 if (!exception_in_progress(common)) in fsg_main_thread()2421 if (!exception_in_progress(common)) in fsg_main_thread()
326 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() function2580 if (exception_in_progress(common) || signal_pending(current)) { in fsg_main_thread()2590 if (get_next_command(common) || exception_in_progress(common)) in fsg_main_thread()2592 if (do_scsi_command(common) || exception_in_progress(common)) in fsg_main_thread()2594 if (finish_reply(common) || exception_in_progress(common)) in fsg_main_thread()