Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
refs/heads/int/n/fp2
/
.
/
flow.h
blob: c0a45c3c1a96ea2742a71babf27063ecbdde1762 [
file
] [
log
] [
blame
]
Dan Ehrenberg
9e684a4
2012-02-20 11:05:14 +0100
[
diff
] [
blame
]
1
#ifndef
FIO_FLOW_H
2
#define
FIO_FLOW_H
3
4
int
flow_threshold_exceeded
(
struct
thread_data
*
td
);
5
void
flow_init_job
(
struct
thread_data
*
td
);
6
void
flow_exit_job
(
struct
thread_data
*
td
);
7
8
void
flow_exit
(
void
);
9
void
flow_init
(
void
);
10
11
#endif