Searched refs:sleep_thread (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 564 static int sleep_thread(struct fsg_common *common, bool can_freeze, in sleep_thread() function 642 rc = sleep_thread(common, false, bh); in do_read() 822 rc = sleep_thread(common, false, bh); in do_write() 1446 rc = sleep_thread(common, false, bh); in throw_away_data() 1577 rc = sleep_thread(common, false, bh); in send_status() 1778 rc = sleep_thread(common, false, bh); in do_scsi_command() 2123 rc = sleep_thread(common, true, bh); in get_next_command() 2140 rc = sleep_thread(common, true, bh); in get_next_command() 2315 if (sleep_thread(common, false, bh)) in handle_exception() 2438 sleep_thread(common, true, NULL); in fsg_main_thread()
|