Searched refs:_cache (Results 1 – 5 of 5) sorted by relevance
59 #define acpi_os_acquire_object(_cache) \ argument60 kmem_cache_zalloc(_cache, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
172 self._cache = {}185 if name not in self._cache:194 self._cache[name] = NlPolicy(self._ynl, child_idx,197 return self._cache[name]
81 Ip_u2s3u1(_cache);
285 I_u2s3u1(_cache)
3058 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument