Home
last modified time | relevance | path

Searched refs:PPS_POPCORN (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dntp.c96 #define PPS_POPCORN 4 /* popcorn spike threshold (shift) */ macro
1001 if (jitter > (pps_jitter << PPS_POPCORN)) { in hardpps_update_phase()
1004 jitter, (pps_jitter << PPS_POPCORN)); in hardpps_update_phase()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dntp.c96 #define PPS_POPCORN 4 /* popcorn spike threshold (shift) */ macro
1001 if (jitter > (pps_jitter << PPS_POPCORN)) { in hardpps_update_phase()
1004 jitter, (pps_jitter << PPS_POPCORN)); in hardpps_update_phase()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dntp.c96 #define PPS_POPCORN 4 /* popcorn spike threshold (shift) */ macro
1001 if (jitter > (pps_jitter << PPS_POPCORN)) { in hardpps_update_phase()
1004 jitter, (pps_jitter << PPS_POPCORN)); in hardpps_update_phase()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_ntptime.c209 #define PPS_POPCORN 2 /* popcorn spike threshold (shift) */ macro
784 if (u_nsec > (pps_jitter << PPS_POPCORN)) { in hardpps()