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
64 struct elevator_type struct89 static inline bool elevator_tryget(struct elevator_type *e) in elevator_tryget() argument