Searched refs:tsr (Results 1 – 3 of 3) sorted by relevance
863 md_set_record *tsr; in sr_in_cache() local865 for (tsr = setrecords; tsr != NULL; tsr = tsr->sr_next) in sr_in_cache()866 if (tsr->sr_selfid == recid) in sr_in_cache()867 return (tsr); in sr_in_cache()876 md_set_record *tsr; in set_snarf() local940 tsr = sr_in_cache(sr->sr_selfid); in set_snarf()941 if (tsr != (md_set_record *)NULL) { in set_snarf()949 for (dr = tsr->sr_drivechain; in set_snarf()1178 md_set_record *tsr; in sr_cache_add() local1187 for (tsr = setrecords; tsr->sr_next != NULL; tsr = tsr->sr_next) in sr_cache_add()[all …]
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()