Lines Matching refs:sp_time
69 syn_time_T sp_time; member
1993 IF_SYN_TIME(&spp->sp_time)); in syn_current_attr()
2879 IF_SYN_TIME(&spp->sp_time)); in find_endpos()
2914 IF_SYN_TIME(&spp_skip->sp_time)); in find_endpos()
5681 syn_clear_time(&ci->sp_time); in get_syn_pattern()
6664 syn_clear_time(&spp->sp_time); in syntime_clear()
6733 if (spp->sp_time.count > 0) in syntime_report()
6737 p->total = spp->sp_time.total; in syntime_report()
6738 profile_add(&total_total, &spp->sp_time.total); in syntime_report()
6739 p->count = spp->sp_time.count; in syntime_report()
6740 p->match = spp->sp_time.match; in syntime_report()
6741 total_count += spp->sp_time.count; in syntime_report()
6742 p->slowest = spp->sp_time.slowest; in syntime_report()
6744 profile_divide(&spp->sp_time.total, spp->sp_time.count, &tm); in syntime_report()