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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Dpm.c129 u32 sram_size_to_allocate; local
139 sram_size_to_allocate = pnx4008_cpu_standby_sz;
141 sram_size_to_allocate = pnx4008_cpu_suspend_sz;
143 saved_sram = kmalloc(sram_size_to_allocate, GFP_ATOMIC);

Completed in 124 milliseconds