Home
last modified time | relevance | path

Searched refs:profile_ops (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dprofile.c9 struct profile_ops *find_profile(const char *profile) in find_profile()
11 struct profile_ops *ops = NULL; in find_profile()
15 ops = flist_entry(n, struct profile_ops, list); in find_profile()
27 struct profile_ops *ops; in load_profile()
45 static int add_profile_options(struct profile_ops *ops) in add_profile_options()
64 int register_profile(struct profile_ops *ops) in register_profile()
81 void unregister_profile(struct profile_ops *ops) in unregister_profile()
91 struct profile_ops *ops; in profile_add_hooks()
Dprofile.h20 struct profile_ops { struct
45 int register_profile(struct profile_ops *); argument
46 void unregister_profile(struct profile_ops *);
48 struct profile_ops *find_profile(const char *);
/external/fio/profiles/
Dtiobench.c113 static struct profile_ops tiobench_profile = {
Dact.c457 static struct profile_ops act_profile = {