projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
libaio,io_uring: introduce cmdprio_class and cmdprio options
[fio.git]
/
rate-submit.h
Commit
Line
Data
40511301
JA
1
#ifndef FIO_RATE_SUBMIT
2
#define FIO_RATE_SUBMIT
3
24660963
4
int rate_submit_init(struct thread_data *, struct sk_out *);
103b174e
5
void rate_submit_exit(struct thread_data *);
40511301
JA
6
7
#endif