Searched refs:dag_node_cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | dag_cache.c | 422 auto_clear_dag_cache(ffd->dag_node_cache); in dag_node_cache_get() 423 return cache_lookup(ffd->dag_node_cache, change_set, path)->node; in dag_node_cache_get() 432 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; in svn_fs_x__update_dag_cache() 448 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; in svn_fs_x__invalidate_dag_cache() 508 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; in try_match_last_node() 563 bucket = cache_lookup(ffd->dag_node_cache, change_set, path); in dag_step() 595 if (auto_clear_dag_cache(ffd->dag_node_cache)) in dag_step() 596 bucket = cache_lookup(ffd->dag_node_cache, change_set, path); in dag_step() 600 ffd->dag_node_cache->pool, in dag_step() 627 auto_clear_dag_cache(ffd->dag_node_cache); in get_root_node() [all …]
|
| H A D | fs.h | 291 svn_fs_x__dag_cache_t *dag_node_cache; member
|
| H A D | caching.c | 434 ffd->dag_node_cache = svn_fs_x__create_dag_cache(fs->pool); in svn_fs_x__initialize_caches()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | fs.h | 368 fs_fs_dag_cache_t *dag_node_cache; member
|
| H A D | caching.c | 439 ffd->dag_node_cache = svn_fs_fs__create_dag_cache(fs->pool); in svn_fs_fs__initialize_caches()
|
| H A D | tree.c | 443 node = cache_lookup(ffd->dag_node_cache, root->rev, path); in dag_node_cache_get() 455 cache_insert(ffd->dag_node_cache, root->rev, path, node); in dag_node_cache_get() 895 = cache_lookup_last_path(ffd->dag_node_cache, path, path_len); in try_match_last_node()
|