Searched refs:cprbmem (Results 1 – 1 of 1) sorted by relevance
282 u8 *cprbmem = NULL; in alloc_and_prep_cprbmem() local294 cprbmem = mempool_alloc_preallocated(cprb_mempool); in alloc_and_prep_cprbmem()296 cprbmem = kmalloc(len, GFP_KERNEL); in alloc_and_prep_cprbmem()298 if (!cprbmem) in alloc_and_prep_cprbmem()300 memset(cprbmem, 0, len); in alloc_and_prep_cprbmem()302 preqcblk = (struct CPRBX *)cprbmem; in alloc_and_prep_cprbmem()303 prepcblk = (struct CPRBX *)(cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()317 *p_cprb_mem = cprbmem; in alloc_and_prep_cprbmem()