Searched refs:node_cache (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c258 static void _destroy_ibnd_node_cache(ibnd_node_cache_t * node_cache) argument
260 free(node_cache->port_cache_keys);
261 if (!node_cache->node_stored_to_fabric && node_cache->node)
262 destroy_node(node_cache->node);
263 free(node_cache);
268 ibnd_node_cache_t *node_cache; local
276 node_cache = fabric_cache->nodes_cache;
277 while (node_cache) {
278 node_cache_next = node_cache
299 store_node_cache(ibnd_node_cache_t * node_cache, ibnd_fabric_cache_t * fabric_cache) argument
314 ibnd_node_cache_t *node_cache = NULL; local
486 ibnd_node_cache_t *node_cache; local
530 ibnd_node_cache_t *node_cache; local
588 ibnd_node_cache_t *node_cache; local
630 ibnd_node_cache_t *node_cache = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c101 /* Structure for svn_fs_root_t's node_cache hash values. */
131 apr_hash_t *node_cache;
167 cache_item = svn_hash_gets(brd->node_cache, path);
188 int num_keys = apr_hash_count(brd->node_cache);
215 cache_item = svn_hash_gets(brd->node_cache, path);
253 if (apr_hash_count(brd->node_cache) == NODE_CACHE_MAX_KEYS)
257 cache_item = svn_hash_gets(brd->node_cache, cache_path);
258 svn_hash_sets(brd->node_cache, cache_path, NULL);
275 svn_hash_sets(brd->node_cache, cache_path, cache_item);
5578 brd->node_cache
130 apr_hash_t *node_cache; member in struct:base_root_data_t
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c905 node = ql_last(&arena->node_cache, ql_link);
910 ql_tail_remove(&arena->node_cache, extent_node_t, ql_link);
921 ql_tail_insert(&arena->node_cache, node, ql_link);
3585 ql_new(&arena->node_cache);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h463 ql_head(extent_node_t) node_cache; member in struct:arena_s

Completed in 134 milliseconds