Searched refs:sleep_thread (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 614 static int sleep_thread(struct fsg_common *common, bool can_freeze) in sleep_thread() function 695 rc = sleep_thread(common, false); in do_read() 950 rc = sleep_thread(common, false); in do_write() 1517 rc = sleep_thread(common, true); in throw_away_data() 1638 rc = sleep_thread(common, true); in send_status() 1841 rc = sleep_thread(common, true); in do_scsi_command() 2188 rc = sleep_thread(common, true); in get_next_command() 2207 rc = sleep_thread(common, true); in get_next_command() 2389 if (sleep_thread(common, true)) in handle_exception() 2526 sleep_thread(common, true); in fsg_main_thread()
|