Searched refs:t_end (Results 1 – 5 of 5) sorted by relevance
257 static fmd_stat_t *t_end = (fmd_stat_t *)(&stats_template + 1); in modstat_compute() local274 for (tsp = t_beg; tsp < t_end; tsp++) { in modstat_compute()
2697 uint64_t t_start, t_end; in memlist_canfit() local2700 t_end = t_start + t_ml->ml_size; in memlist_canfit()2706 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
2196 uint64_t t_start, t_end; in memlist_canfit() local2199 t_end = t_start + t_ml->ml_size; in memlist_canfit()2205 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
2773 uint64_t t_start, t_end; in memlist_canfit() local2776 t_end = t_start + t_ml->ml_size; in memlist_canfit()2782 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
4087 uintptr_t t_start, t_end; in stmf_task_alloc() local4092 t_end = (uintptr_t)&task->task_extended_cmd; in stmf_task_alloc()4093 bzero((void *)t_start, (size_t)(t_end - t_start)); in stmf_task_alloc()