Searched refs:sleep_thread (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 566 static int sleep_thread(struct fsg_common *common, bool can_freeze, in sleep_thread() function 647 rc = sleep_thread(common, false, bh); in do_read() 830 rc = sleep_thread(common, false, bh); in do_write() 1527 rc = sleep_thread(common, false, bh); in throw_away_data() 1658 rc = sleep_thread(common, false, bh); in send_status() 1859 rc = sleep_thread(common, false, bh); in do_scsi_command() 2245 rc = sleep_thread(common, true, bh); in get_next_command() 2262 rc = sleep_thread(common, true, bh); in get_next_command() 2447 if (sleep_thread(common, false, bh)) in handle_exception() 2570 sleep_thread(common, true, NULL); in fsg_main_thread()
|