Home
last modified time | relevance | path

Searched refs:cache_config (Results 1 – 6 of 6) sorted by relevance

/external/f2fs-tools/fsck/
Dmain.c242 c.cache_config.max_hash_collision = 16; in f2fs_parse_options()
243 c.cache_config.dbg_en = false; in f2fs_parse_options()
260 c.cache_config.dbg_en = true; in f2fs_parse_options()
267 c.cache_config.num_cache_entry = atoi(optarg); in f2fs_parse_options()
270 c.cache_config.max_hash_collision = in f2fs_parse_options()
/external/f2fs-tools/lib/
Dlibf2fs_io.c148 if (c.cache_config.dbg_en) in dcache_release()
209 if (c.cache_config.num_cache_entry <= 0) in dcache_init()
220 dcache_config = c.cache_config; in dcache_init()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h242 GpuFuncCachePreference cache_config);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc372 hipFunction_t function, hipFuncCache_t cache_config) { in FuncSetCacheConfig() argument
374 tensorflow::wrap::hipFuncSetCacheConfig(function, cache_config), in FuncSetCacheConfig()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc495 CUfunction function, CUfunc_cache cache_config) { in FuncSetCacheConfig() argument
496 RETURN_IF_CUDA_RES_ERROR(cuFuncSetCacheConfig(function, cache_config), in FuncSetCacheConfig()
/external/f2fs-tools/include/
Df2fs_fs.h538 dev_cache_config_t cache_config; member