Searched refs:sn_hwperf_salheap (Results 1 – 1 of 1) sorted by relevance
49 static void *sn_hwperf_salheap = NULL; variable887 if (sn_hwperf_salheap) { in sn_hwperf_init()910 if ((sn_hwperf_salheap = vmalloc(v)) == NULL) { in sn_hwperf_init()916 (u64) sn_hwperf_salheap, 0, 0, NULL); in sn_hwperf_init()932 if (e < 0 && sn_hwperf_salheap) { in sn_hwperf_init()933 vfree(sn_hwperf_salheap); in sn_hwperf_init()934 sn_hwperf_salheap = NULL; in sn_hwperf_init()