Searched refs:init_cache (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | init_helpers.c | 31 return init_cache(); in init_cache_f_r()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | u-boot-x86.h | 25 int init_cache(void);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 157 def init_cache(self, d): member in CodeParserCache 162 MultiProcessCache.init_cache(self, d) 175 codeparsercache.init_cache(d)
|
| H A D | cache.py | 857 def init_cache(self, d, cache_file_name=None): member in MultiProcessCache 962 def init_cache(self, d, cache_file_name=None, defaultdata=None): member in SimpleCache
|
| H A D | siggen.py | 185 self.checksum_cache.init_cache(data, checksum_cache_file) 190 self.unitaskhashes = self.unihash_cache.init_cache(data, "bb_unihashes.dat", {})
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | cpu.c | 77 int init_cache(void) __attribute__((weak, alias("x86_init_cache")));
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | __init__.py | 520 _checksum_cache.init_cache(d)
|