Home
last modified time | relevance | path

Searched refs:AllocationPointer (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/
DDAC960.c268 void *AllocationPointer = NULL; in DAC960_CreateAuxiliaryStructures() local
326 AllocationPointer = kzalloc(CommandGroupByteCount, GFP_ATOMIC); in DAC960_CreateAuxiliaryStructures()
327 if (AllocationPointer == NULL) in DAC960_CreateAuxiliaryStructures()
331 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()
332 AllocationPointer += CommandAllocationLength; in DAC960_CreateAuxiliaryStructures()