Home
last modified time | relevance | path

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

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