Searched refs:tsr (Results 1 – 3 of 3) sorted by relevance
690 timespec_t tsr; in sleep() local694 if (nanosleep(&ts, &tsr) == -1 && errno == EINTR) { in sleep()695 rem = (unsigned int)tsr.tv_sec; in sleep()696 if (tsr.tv_nsec >= NANOSEC / 2) in sleep()
1704 struct ti_sync_req *tsr; in timodwproc() local1714 tsr = (struct ti_sync_req *)tsr_mp->b_rptr; in timodwproc()1715 TILOG("timodwproc: TI_SYNC(%x)\n", tsr->tsr_flags); in timodwproc()1721 tsr_flags = tsr->tsr_flags; in timodwproc()
111 uint8_t tsr; member