Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
DDAC960.c156 void *AllocationPointer = NULL; in DAC960_CreateAuxiliaryStructures() local
182 AllocationPointer = kmalloc(CommandGroupByteCount, GFP_ATOMIC); in DAC960_CreateAuxiliaryStructures()
183 if (AllocationPointer == NULL) in DAC960_CreateAuxiliaryStructures()
185 memset(AllocationPointer, 0, CommandGroupByteCount); in DAC960_CreateAuxiliaryStructures()
187 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()
188 AllocationPointer += CommandAllocationLength; in DAC960_CreateAuxiliaryStructures()