Searched defs:sid_cache (Results 1 - 1 of 1) sorted by relevance

/security/selinux/ss/
H A Dservices.c3282 u32 *sid_cache; local
3284 sid_cache = kmalloc(sizeof(*sid_cache), GFP_ATOMIC);
3285 if (sid_cache == NULL)
3289 kfree(sid_cache);
3293 *sid_cache = sid;
3295 secattr->cache->data = sid_cache;

Completed in 20 milliseconds