Home
last modified time | relevance | path

Searched refs:_cache (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsiteconfig.bbclass21 rm -f ${BPN}_cache
22 CONFIG_SITE="" ${EXTRASITECONFIG} ./configure ${CONFIGUREOPTS} --cache-file ${BPN}_cache
25 < ${BPN}_cache > ${BPN}_config
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py141 self._cache = {}
149 self._cache['pkg_pn'] = pkg_pn
150 self._cache['pkg_fn'] = pkg_fn
154 if name in self._cache:
155 return self._cache[name]
158 return self._cache[name]
161 return self._cache[name]
187 self._cache[name] = attrvalue
198 self._cache = {}
201 if name in self._cache:
[all …]
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c23 struct fscache_cache *_cache, in cachefiles_alloc_object() argument
34 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object()
376 static void cachefiles_sync_cache(struct fscache_cache *_cache) in cachefiles_sync_cache() argument
382 _enter("%p", _cache); in cachefiles_sync_cache()
384 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duasm.h81 Ip_u2s3u1(_cache);
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm.c285 I_u2s3u1(_cache)