Searched refs:cmd_cachep (Results 1 – 2 of 2) sorted by relevance
743 struct kmem_cache *cmd_cachep; /* cache for cmd blocks */ member
4554 kmem_cache_free(pinstance->cmd_cachep, pinstance->cmd_list[i]); in pmcraid_release_cmd_blocks()4557 kmem_cache_destroy(pinstance->cmd_cachep); in pmcraid_release_cmd_blocks()4558 pinstance->cmd_cachep = NULL; in pmcraid_release_cmd_blocks()4611 pinstance->cmd_cachep = kmem_cache_create( in pmcraid_allocate_cmd_blocks()4615 if (!pinstance->cmd_cachep) in pmcraid_allocate_cmd_blocks()4620 kmem_cache_alloc(pinstance->cmd_cachep, GFP_KERNEL); in pmcraid_allocate_cmd_blocks()