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

/linux-4.1.27/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c49 static void *sn_hwperf_salheap = NULL; variable
886 if (sn_hwperf_salheap) { sn_hwperf_init()
909 if ((sn_hwperf_salheap = vmalloc(v)) == NULL) { sn_hwperf_init()
915 (u64) sn_hwperf_salheap, 0, 0, NULL); sn_hwperf_init()
931 if (e < 0 && sn_hwperf_salheap) { sn_hwperf_init()
932 vfree(sn_hwperf_salheap); sn_hwperf_init()
933 sn_hwperf_salheap = NULL; sn_hwperf_init()

Completed in 30 milliseconds