Searched refs:flush_entry_pool (Results 1 – 1 of 1) sorted by relevance
80 mempool_t flush_entry_pool; member253 r = mempool_init_slab_pool(&lc->flush_entry_pool, FLUSH_ENTRY_POOL_SIZE, in userspace_ctr()316 mempool_exit(&lc->flush_entry_pool); in userspace_ctr()345 mempool_exit(&lc->flush_entry_pool); in userspace_dtr()571 mempool_t *flush_entry_pool = &lc->flush_entry_pool; in userspace_flush() local628 mempool_free(fe, flush_entry_pool); in userspace_flush()632 mempool_free(fe, flush_entry_pool); in userspace_flush()654 fe = mempool_alloc(&lc->flush_entry_pool, GFP_NOIO); in userspace_mark_region()686 fe = mempool_alloc(&lc->flush_entry_pool, GFP_ATOMIC); in userspace_clear_region()