Searched defs:slots_lock (Results 1 - 1 of 1) sorted by path

/security/selinux/
H A Davc.c63 spinlock_t slots_lock[AVC_CACHE_SLOTS]; /* lock for writes */ member in struct:avc_cache
182 spin_lock_init(&avc_cache.slots_lock[i]);
535 lock = &avc_cache.slots_lock[hvalue];
695 lock = &avc_cache.slots_lock[hvalue];
855 lock = &avc_cache.slots_lock[hvalue];
935 lock = &avc_cache.slots_lock[i];

Completed in 21 milliseconds