Searched refs:tsr (Results 1 – 2 of 2) sorted by relevance
689 timespec_t tsr; in sleep() local693 if (nanosleep(&ts, &tsr) == -1 && errno == EINTR) { in sleep()694 rem = (unsigned int)tsr.tv_sec; in sleep()695 if (tsr.tv_nsec >= NANOSEC / 2) in sleep()
1700 struct ti_sync_req *tsr; in timodwproc() local1710 tsr = (struct ti_sync_req *)tsr_mp->b_rptr; in timodwproc()1711 TILOG("timodwproc: TI_SYNC(%x)\n", tsr->tsr_flags); in timodwproc()1717 tsr_flags = tsr->tsr_flags; in timodwproc()