Home
last modified time | relevance | path

Searched refs:isa_page_pool (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/block/
Dbounce.c29 static mempool_t *page_pool, *isa_page_pool; variable
86 if (isa_page_pool) in init_emergency_isa_pool()
89 isa_page_pool = mempool_create(ISA_POOL_SIZE, mempool_alloc_pages_isa, in init_emergency_isa_pool()
91 BUG_ON(!isa_page_pool); in init_emergency_isa_pool()
159 bounce_end_io(bio, isa_page_pool); in bounce_end_io_write_isa()
179 __bounce_end_io_read(bio, isa_page_pool); in bounce_end_io_read_isa()
258 BUG_ON(!isa_page_pool); in blk_queue_bounce()
259 pool = isa_page_pool; in blk_queue_bounce()