allwinner_a64/android/external/fio/flow.h
2018-08-08 16:14:42 +08:00

11 lines
233 B
C

#ifndef FIO_FLOW_H
#define FIO_FLOW_H
int flow_threshold_exceeded(struct thread_data *td);
void flow_init_job(struct thread_data *td);
void flow_exit_job(struct thread_data *td);
void flow_exit(void);
void flow_init(void);
#endif