X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=time.h;h=3824102d7497268189d4b1c12b7bbdb29b58b669;hp=61ad5d80d7ad2dd30c9f016663af5dc5cccac2fd;hb=a57251532f088ef372f317f89695678691e3e095;hpb=4780fa263c038646ab803b63f23f486b2b7b1140 diff --git a/time.h b/time.h index 61ad5d80..3824102d 100644 --- a/time.h +++ b/time.h @@ -1,15 +1,6 @@ #ifndef FIO_TIME_H #define FIO_TIME_H -/* - * Clock sources - */ -enum fio_cs { - CS_GTOD = 1, - CS_CGETTIME, - CS_CPUCLOCK, -}; - extern unsigned long long utime_since(struct timeval *, struct timeval *); extern unsigned long long utime_since_now(struct timeval *); extern unsigned long mtime_since(struct timeval *, struct timeval *); @@ -19,10 +10,6 @@ extern unsigned long mtime_since_genesis(void); extern void usec_spin(unsigned int); extern void usec_sleep(struct thread_data *, unsigned long); extern void fill_start_time(struct timeval *); -extern void fio_gettime(struct timeval *, void *); -extern void fio_gtod_init(void); -extern void fio_clock_init(void); -extern void fio_gtod_update(void); extern void set_genesis_time(void); extern int ramp_time_over(struct thread_data *); extern int in_ramp_time(struct thread_data *);