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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dblkvsc_drv.c99 struct kmem_cache *request_pool; member in struct:block_device_context
285 blkdev->request_pool = kmem_cache_create(dev_name(&device_ctx->device),
289 if (!blkdev->request_pool) {
399 if (blkdev->request_pool) {
400 kmem_cache_destroy(blkdev->request_pool);
401 blkdev->request_pool = NULL;
453 blkvsc_req = kmem_cache_alloc(blkdev->request_pool, GFP_KERNEL);
479 kmem_cache_free(blkvsc_req->dev->request_pool, blkvsc_req);
494 blkvsc_req = kmem_cache_alloc(blkdev->request_pool, GFP_KERNEL);
501 kmem_cache_free(blkvsc_req->dev->request_pool, blkvsc_re
[all...]
H A Dstorvsc_drv.c44 struct kmem_cache *request_pool; member in struct:host_device_context
252 host_device_ctx->request_pool =
258 if (!host_device_ctx->request_pool) {
269 kmem_cache_destroy(host_device_ctx->request_pool);
292 kmem_cache_destroy(host_device_ctx->request_pool);
334 if (host_device_ctx->request_pool) {
335 kmem_cache_destroy(host_device_ctx->request_pool);
336 host_device_ctx->request_pool = NULL;
396 kmem_cache_free(host_device_ctx->request_pool, cmd_request);
641 cmd_request = kmem_cache_alloc(host_device_ctx->request_pool,
[all...]

Completed in 266 milliseconds