Lines Matching full:et
41 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq() local
46 if (et->ops.exit_icq) in ioc_exit_icq()
47 et->ops.exit_icq(icq); in ioc_exit_icq()
70 struct elevator_type *et = q->elevator->type; in ioc_destroy_icq() local
96 icq->__rcu_icq_cache = et->icq_cache; in ioc_destroy_icq()
359 struct elevator_type *et = q->elevator->type; in ioc_create_icq() local
363 icq = kmem_cache_alloc_node(et->icq_cache, GFP_ATOMIC | __GFP_ZERO, in ioc_create_icq()
369 kmem_cache_free(et->icq_cache, icq); in ioc_create_icq()
385 if (et->ops.init_icq) in ioc_create_icq()
386 et->ops.init_icq(icq); in ioc_create_icq()
388 kmem_cache_free(et->icq_cache, icq); in ioc_create_icq()