Searched refs:pohmelfs_mcache_pool (Results 1 – 1 of 1) sorted by relevance
23 static mempool_t *pohmelfs_mcache_pool; variable114 m = mempool_alloc(pohmelfs_mcache_pool, GFP_KERNEL); in pohmelfs_mcache_alloc()135 mempool_free(m, pohmelfs_mcache_pool); in pohmelfs_mcache_alloc()144 mempool_free(m, pohmelfs_mcache_pool); in pohmelfs_mcache_free()155 pohmelfs_mcache_pool = mempool_create_slab_pool(256, pohmelfs_mcache_cache); in pohmelfs_mcache_init()156 if (!pohmelfs_mcache_pool) in pohmelfs_mcache_init()169 mempool_destroy(pohmelfs_mcache_pool); in pohmelfs_mcache_exit()