Searched refs:cached_result (Results 1 – 2 of 2) sorted by relevance
88 static int cached_result = -1; in system_uncached_supported() local90 if (cached_result == -1) { in system_uncached_supported()92 cached_result = (stat("/dev/dma_heap/system-uncached", &buffer) == 0); in system_uncached_supported()94 return (cached_result == 1); in system_uncached_supported()
112 static int cached_result = []()->int { in using_ion() local136 return (cached_result == 1); in using_ion()