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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c49 static void *sn_hwperf_salheap = NULL; variable
883 if (sn_hwperf_salheap) {
906 if ((sn_hwperf_salheap = vmalloc(v)) == NULL) {
912 (u64) sn_hwperf_salheap, 0, 0, NULL);
928 if (e < 0 && sn_hwperf_salheap) {
929 vfree(sn_hwperf_salheap);
930 sn_hwperf_salheap = NULL;

Completed in 72 milliseconds