HomeSort by relevance Sort by last modified time
    Searched full:profile_ops (Results 1 - 4 of 4) sorted by null

  /external/fio/
profile.h 20 struct profile_ops { struct
45 int register_profile(struct profile_ops *);
46 void unregister_profile(struct profile_ops *);
48 struct profile_ops *find_profile(const char *);
profile.c 9 struct profile_ops *find_profile(const char *profile)
11 struct profile_ops *ops = NULL;
15 ops = flist_entry(n, struct profile_ops, list);
27 struct profile_ops *ops;
45 static int add_profile_options(struct profile_ops *ops)
64 int register_profile(struct profile_ops *ops)
81 void unregister_profile(struct profile_ops *ops)
91 struct profile_ops *ops;
  /external/fio/profiles/
tiobench.c 113 static struct profile_ops tiobench_profile = {
act.c 457 static struct profile_ops act_profile = {

Completed in 58 milliseconds