Searched refs:aligned_kmalloc (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/atm/
H A Dfirestream.c1274 static void __devinit *aligned_kmalloc (int size, gfp_t flags, int alignment) function
1283 return aligned_kmalloc (size, flags, alignment * 4);
1302 p = aligned_kmalloc (sz, GFP_KERNEL, 0x10);

Completed in 60 milliseconds