Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/src/
A Ddfs_pcache.c108 rt_list_t *node = aspace->list_inactive.next; in dfs_aspace_gc()
164 node = __pcache.list_inactive.next; in dfs_pcache_release()
177 while (count && node != &__pcache.list_inactive) in dfs_pcache_release()
208 node = __pcache.list_inactive.next; in _pcache_clean()
221 while (node != &__pcache.list_inactive) in _pcache_clean()
436 rt_list_init(&__pcache.list_inactive); in dfs_pcache_init()
682 rt_list_init(&aspace->list_inactive); in _dfs_aspace_create()
919 if (node != &__pcache.list_inactive) in dfs_pcache_dump()
1234 if (next != &aspace->list_inactive) in dfs_page_insert()
1784 if (next == &aspace->list_inactive) in dfs_aspace_clean()
[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