Searched refs:capth (Results 1 – 2 of 2) sorted by relevance
1716 pps->capth = th; in pps_capture()1749 atomic_load_acq_int(&pps->capth->th_generation)) in pps_event()1787 if (pps->ppstc != pps->capth->th_counter) { in pps_event()1788 pps->ppstc = pps->capth->th_counter; in pps_event()1795 tcount = pps->capcount - pps->capth->th_offset_count; in pps_event()1796 tcount &= pps->capth->th_counter->tc_counter_mask; in pps_event()1797 bt = pps->capth->th_bintime; in pps_event()1798 bintime_addx(&bt, pps->capth->th_scale * tcount); in pps_event()1803 if (pps->capgen != pps->capth->th_generation) in pps_event()1839 tcount &= pps->capth->th_counter->tc_counter_mask; in pps_event()[all …]
148 struct timehands *capth; member