Searched refs:flush_entry_pool (Results 1 – 1 of 1) sorted by relevance
79 mempool_t *flush_entry_pool; member252 lc->flush_entry_pool = mempool_create_slab_pool(FLUSH_ENTRY_POOL_SIZE, in userspace_ctr()254 if (!lc->flush_entry_pool) { in userspace_ctr()316 mempool_destroy(lc->flush_entry_pool); in userspace_ctr()345 mempool_destroy(lc->flush_entry_pool); in userspace_dtr()573 mempool_t *flush_entry_pool = lc->flush_entry_pool; in userspace_flush() local630 mempool_free(fe, flush_entry_pool); in userspace_flush()634 mempool_free(fe, flush_entry_pool); in userspace_flush()656 fe = mempool_alloc(lc->flush_entry_pool, GFP_NOIO); in userspace_mark_region()690 fe = mempool_alloc(lc->flush_entry_pool, GFP_ATOMIC); in userspace_clear_region()