Searched refs:pohmelfs_mcache_pool (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dmcache.c23 static mempool_t *pohmelfs_mcache_pool; variable
114 m = mempool_alloc(pohmelfs_mcache_pool, GFP_KERNEL);
135 mempool_free(m, pohmelfs_mcache_pool);
144 mempool_free(m, pohmelfs_mcache_pool);
155 pohmelfs_mcache_pool = mempool_create_slab_pool(256, pohmelfs_mcache_cache);
156 if (!pohmelfs_mcache_pool)
169 mempool_destroy(pohmelfs_mcache_pool);

Completed in 56 milliseconds