pps_stabil        111 kernel/time/ntp.c static long pps_stabil;		/* current stability (scaled ns/s) */
pps_stabil        201 kernel/time/ntp.c 	txc->stabil	   = pps_stabil;
pps_stabil        925 kernel/time/ntp.c 	pps_stabil += (div_s64(((s64)delta_mod) <<
pps_stabil        927 kernel/time/ntp.c 				NSEC_PER_USEC) - pps_stabil) >> PPS_INTMIN;