You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|
|
|