Lines Matching full:et
48 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq() local
53 if (et->ops.exit_icq) in ioc_exit_icq()
54 et->ops.exit_icq(icq); in ioc_exit_icq()
77 struct elevator_type *et = q->elevator->type; in ioc_destroy_icq() local
103 icq->__rcu_icq_cache = et->icq_cache; in ioc_destroy_icq()
366 struct elevator_type *et = q->elevator->type; in ioc_create_icq() local
370 icq = kmem_cache_alloc_node(et->icq_cache, GFP_ATOMIC | __GFP_ZERO, in ioc_create_icq()
376 kmem_cache_free(et->icq_cache, icq); in ioc_create_icq()
392 if (et->ops.init_icq) in ioc_create_icq()
393 et->ops.init_icq(icq); in ioc_create_icq()
395 kmem_cache_free(et->icq_cache, icq); in ioc_create_icq()