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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A DDAC960.c266 void *AllocationPointer = NULL; local
324 AllocationPointer = kzalloc(CommandGroupByteCount, GFP_ATOMIC);
325 if (AllocationPointer == NULL)
329 Command = (DAC960_Command_T *) AllocationPointer;
330 AllocationPointer += CommandAllocationLength;

Completed in 71 milliseconds