Searched refs:list_inactive (Results 1 – 2 of 2) sorted by relevance
108 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 …]
74 rt_list_t list_active, list_inactive; /* Active and inactive page lists */ member98 rt_list_t list_active, list_inactive; /* Active and inactive space lists */ member
Completed in 6 milliseconds