Home
last modified time | relevance | path

Searched refs:rs_usleep (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.7/kernel/src/time/
Dsleep.h23 int rs_usleep(useconds_t usec);
Dsleep.rs126 pub extern "C" fn rs_usleep(usec: useconds_t) -> i32 { in rs_usleep() function
/DragonOS-0.1.7/kernel/src/ktest/
Dtest-mutex.c57 rs_usleep(100000); in ktest_mutex_case1()
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c248 rs_usleep(1000); in xhci_hc_stop()
288 rs_usleep(1000); in xhci_hc_reset()
322 rs_usleep(1000); in xhci_hc_stop_legacy()
355 rs_usleep(100 * 1000); in xhci_hc_start_sched()
796 rs_usleep(2000); in xhci_reset_port()
836 rs_usleep(500); in xhci_reset_port()
843 rs_usleep(USB_TIME_RST_REC * 100); in xhci_reset_port()
1222 rs_usleep(1000); in xhci_wait_for_interrupt()
2004 rs_usleep(1000); in xhci_send_command()
/DragonOS-0.1.7/kernel/src/process/
Dkthread.c283 rs_usleep(5000); in kthread_stop()