Searched refs:msleep (Results 1 – 12 of 12) sorted by relevance
9 unsigned int msleep(unsigned int msec) in msleep() function21 return msleep(seconds * 1000); in sleep()
29 __extern unsigned int msleep(unsigned int);
223 msleep(20); in e1000_phy_init_script()232 msleep(20); in e1000_phy_init_script()236 msleep(5); in e1000_phy_init_script()270 msleep(20); in e1000_phy_init_script()583 msleep(10); in e1000_reset_hw()590 msleep(5); in e1000_reset_hw()610 msleep(2); in e1000_reset_hw()658 msleep(5); in e1000_reset_hw()681 msleep(2); in e1000_reset_hw()688 msleep(20); in e1000_reset_hw()[all …]
133 #define msleep(n) mdelay(n) macro
90 if (temp == -1) msleep(100); in nbd_client_main()
45 .syslinux.msleep(ms)286 syslinux.msleep(200)
30 #define msleep(msecs) Sleep(msecs) macro33 #define msleep(msecs) nanosleep(&(struct timespec){msecs / 1000, (msecs * 1000000) % 1000000000UL},… macro948 msleep(2000); in test_device()
271 msleep(atoi(argv[0])); in do_sleep()
269 msleep(msec); in sl_msleep()
196 void msleep(long miliseconds);
541 void msleep(long miliseconds) in msleep() function
1413 msleep(250); in top_common()1574 msleep(timeout-now); in top_common()