Home
last modified time | relevance | path

Searched refs:ioengine_ops (Results 1 – 25 of 45) sorted by relevance

12

/dports/benchmarks/fio/fio-3.29/
H A Dioengines.h28 struct ioengine_ops { struct
91 typedef void (*get_ioengine_t)(struct ioengine_ops **);
106 extern struct ioengine_ops *load_ioengine(struct thread_data *);
107 extern void register_ioengine(struct ioengine_ops *);
108 extern void unregister_ioengine(struct ioengine_ops *);
H A Dioengines.c64 void unregister_ioengine(struct ioengine_ops *ops) in unregister_ioengine()
70 void register_ioengine(struct ioengine_ops *ops) in register_ioengine()
76 static struct ioengine_ops *find_ioengine(const char *name) in find_ioengine()
78 struct ioengine_ops *ops; in find_ioengine()
82 ops = flist_entry(entry, struct ioengine_ops, list); in find_ioengine()
113 struct ioengine_ops *ops; in dlopen_ioengine()
163 static struct ioengine_ops *__load_ioengine(const char *engine) in __load_ioengine()
178 struct ioengine_ops *load_ioengine(struct thread_data *td) in load_ioengine()
180 struct ioengine_ops *ops = NULL; in load_ioengine()
673 struct ioengine_ops *io_ops; in fio_show_ioengine_help()
[all …]
H A Dlibfio.c270 struct ioengine_ops *ops = td->io_ops; in fio_terminate_threads()
/dports/benchmarks/fio/fio-3.29/engines/
H A Dnull.c144 static struct ioengine_ops ioengine = {
257 static struct ioengine_ops ioengine;
258 void get_ioengine(struct ioengine_ops **ioengine_ptr) in get_ioengine()
H A Dsync.c427 static struct ioengine_ops ioengine_rw = {
438 static struct ioengine_ops ioengine_prw = {
448 static struct ioengine_ops ioengine_vrw = {
464 static struct ioengine_ops ioengine_pvrw = {
478 static struct ioengine_ops ioengine_pvrw2 = {
H A Dlibrpma_apm.c199 FIO_STATIC struct ioengine_ops ioengine_client = {
230 FIO_STATIC struct ioengine_ops ioengine_server = {
H A Dftruncate.c34 static struct ioengine_ops ioengine = {
H A Dfalloc.c94 static struct ioengine_ops ioengine = {
H A Dfiledelete.c94 static struct ioengine_ops ioengine = {
H A Dfilecreate.c97 static struct ioengine_ops ioengine = {
H A Dskeleton_external.c211 struct ioengine_ops ioengine = {
H A Dglusterfs_sync.c83 static struct ioengine_ops ioengine = {
H A Dfilestat.c167 static struct ioengine_ops ioengine = {
H A Dime.c835 static struct ioengine_ops ioengine_prw = {
849 static struct ioengine_ops ioengine_pvrw = {
866 static struct ioengine_ops ioengine_aio = {
H A Dlibpmem.c227 FIO_STATIC struct ioengine_ops ioengine = {
H A De4defrag.c192 static struct ioengine_ops ioengine = {
H A Dglusterfs_async.c166 static struct ioengine_ops ioengine = {
H A Dposixaio.c210 static struct ioengine_ops ioengine = {
H A Dsolarisaio.c211 static struct ioengine_ops ioengine = {
H A Dmtd.c207 static struct ioengine_ops ioengine = {
H A Dlibrpma_gpspm.c343 FIO_STATIC struct ioengine_ops ioengine_client = {
749 FIO_STATIC struct ioengine_ops ioengine_server = {
H A Dnbd.c331 FIO_STATIC struct ioengine_ops ioengine = {
H A Dcpu.c317 static struct ioengine_ops ioengine = {
H A Dsplice.c285 static struct ioengine_ops ioengine = {
H A Ddev-dax.c331 FIO_STATIC struct ioengine_ops ioengine = {

12