Searched refs:exception_in_progress (Results 1 – 2 of 2) sorted by relevance
410 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() function2427 if (exception_in_progress(common)) { in fsg_main_thread()2444 if (!exception_in_progress(common)) in fsg_main_thread()2450 if (!exception_in_progress(common)) in fsg_main_thread()2456 if (!exception_in_progress(common)) in fsg_main_thread()
356 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() function2521 if (exception_in_progress(common) || signal_pending(current)) { in fsg_main_thread()2531 if (get_next_command(common) || exception_in_progress(common)) in fsg_main_thread()2533 if (do_scsi_command(common) || exception_in_progress(common)) in fsg_main_thread()2535 if (finish_reply(common) || exception_in_progress(common)) in fsg_main_thread()