Searched refs:cache (Results 1 – 11 of 11) sorted by relevance
1 pub mod cache; module
44 …dadk --config-dir dadk/config --cache-dir $(DADK_CACHE_DIR) --dragonos-dir $(ROOT_PATH)/bin/sysroo…45 …dadk --config-dir dadk/config --cache-dir $(DADK_CACHE_DIR) --dragonos-dir $(ROOT_PATH)/bin/sysroo…
20 .cache
18 docker build --no-cache -t dragonos-binutils-build .
304 if let Some(cache) = page_cache { in perf_event_open()305 cache.set_inode(Arc::downgrade(&(perf_event.clone() as _)))?; in perf_event_open()
8 use crate::driver::block::cache::cached_block_device::BlockCache;
63 - update: 更新github workflow,增加cache,加快build check的速度242 * 更改build_gcc_toolchain.sh中的-save参数名为-save-cache
60 - feat(fs): BlockCache-read cache支持 (#521)587 BlockCache-read cache支持 (#521)589 支持block cache的读缓存
882 修复cache-toolchain.yml的格式问题 (#464)1883 * cache toolchain yml
1827 let mut cache = vec![]; in test_rev_iter() localVariable1829 cache.push(e.0.clone()); in test_rev_iter()1831 assert_eq!(&cache, &vec![3, 2, 1]); in test_rev_iter()
13 block::cache::{cached_block_device::BlockCache, BlockCacheError, BLOCK_SIZE},