Home
last modified time | relevance | path

Searched refs:cache_node (Results 1 – 2 of 2) sorted by relevance

/components/dfs/dfs_v2/src/
A Ddfs_pcache.c167 aspace = rt_list_entry(node, struct dfs_aspace, cache_node); in dfs_pcache_release()
179 aspace = rt_list_entry(node, struct dfs_aspace, cache_node); in dfs_pcache_release()
211 aspace = rt_list_entry(node, struct dfs_aspace, cache_node); in _pcache_clean()
223 aspace = rt_list_entry(node, struct dfs_aspace, cache_node); in _pcache_clean()
586 rt_list_insert_before(&__pcache.list_inactive, &aspace->cache_node); in dfs_aspace_insert()
605 if (aspace->cache_node.next != RT_NULL) in dfs_aspace_remove()
607 rt_list_remove(&aspace->cache_node); in dfs_aspace_remove()
629 if (aspace->cache_node.next != RT_NULL) in dfs_aspace_active()
631 rt_list_remove(&aspace->cache_node); in dfs_aspace_active()
649 if (aspace->cache_node.next != RT_NULL) in dfs_aspace_inactive()
[all …]
/components/dfs/dfs_v2/include/
A Ddfs_pcache.h70 rt_list_t hash_node, cache_node; /* Nodes for hash table and cache lists */ member

Completed in 8 milliseconds