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

/external/libselinux/src/
H A Davc.c34 uint32_t lru_hint; /* LRU hint for reclaim scan */ member in struct:avc_cache
140 avc_cache.lru_hint = 0;
256 hvalue = avc_cache.lru_hint;
271 } while (hvalue != avc_cache.lru_hint);
278 avc_cache.lru_hint = hvalue;
482 avc_cache.lru_hint = 0;

Completed in 442 milliseconds