Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
dacbbb8875c09e982d59e1c1a40879af81842a42
/
.
/
flow.h
blob: c0a45c3c1a96ea2742a71babf27063ecbdde1762 [
file
] [
log
] [
blame
]
#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