Searched defs:elevator_type (Results 1 – 2 of 2) sorted by relevance
66 struct elevator_type struct69 struct kmem_cache *icq_cache;72 struct elevator_mq_ops ops;74 size_t icq_size; /* see iocontext.h */75 size_t icq_align; /* ditto */76 struct elv_fs_entry *elevator_attrs;77 const char *elevator_name;78 const char *elevator_alias;79 const unsigned int elevator_features;103 struct elevator_type *type; argument
135 struct elevator_type struct138 struct kmem_cache *icq_cache;141 union {144 } ops;145 size_t icq_size; /* see iocontext.h */146 size_t icq_align; /* ditto */147 struct elv_fs_entry *elevator_attrs;148 char elevator_name[ELV_NAME_MAX];149 const char *elevator_alias;150 struct module *elevator_owner;[all …]