ts_nsec            51 include/sys/time.h 	long	ts_nsec;	/* and nanoseconds */
ts_nsec            56 include/sys/time.h 	(ts)->ts_nsec = (tv)->tv_usec * 1000;				\
ts_nsec            60 include/sys/time.h 	(tv)->tv_usec = (ts)->ts_nsec / 1000;				\