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

/external/libselinux/src/
H A Davc.c36 uint32_t latest_notif; /* latest revocation notification */ member in struct:avc_cache
142 avc_cache.latest_notif = 0;
427 if (ae->avd.seqno < avc_cache.latest_notif) {
429 "%s: seqno %d < latest_notif %d\n", avc_prefix,
430 ae->avd.seqno, avc_cache.latest_notif);
975 if (seqno > avc_cache.latest_notif)
976 avc_cache.latest_notif = seqno;
1051 if (seqno > avc_cache.latest_notif)
1052 avc_cache.latest_notif = seqno;

Completed in 34 milliseconds