Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/src/
A Ddfs_pcache.c110 while (cnt && node != &aspace->list_active) in dfs_aspace_gc()
120 node = aspace->list_active.next; in dfs_aspace_gc()
165 while (count && node != &__pcache.list_active) in dfs_pcache_release()
176 node = __pcache.list_active.next; in dfs_pcache_release()
209 while (node != &__pcache.list_active) in _pcache_clean()
220 node = __pcache.list_active.next; in _pcache_clean()
435 rt_list_init(&__pcache.list_active); in dfs_pcache_init()
681 rt_list_init(&aspace->list_active); in _dfs_aspace_create()
849 if (next != &aspace->list_active) in _dfs_aspace_dump()
917 rt_list_for_each(node, &__pcache.list_active) in dfs_pcache_dump()
[all …]
/components/dfs/dfs_v2/include/
A Ddfs_pcache.h74 rt_list_t list_active, list_inactive; /* Active and inactive page lists */ member
98 rt_list_t list_active, list_inactive; /* Active and inactive space lists */ member

Completed in 6 milliseconds