Searched refs:WRITE_POLL_MS (Results 1 – 1 of 1) sorted by relevance
63 #define WRITE_POLL_MS 20 macro280 if (WRITE_POLL_MS == 0) { in skt_write()299 if (ms_timeout >= WRITE_POLL_MS) { in skt_write()300 usleep(WRITE_POLL_MS * 1000); in skt_write()301 ms_timeout -= WRITE_POLL_MS; in skt_write()