Lines Matching refs:actFreeEntry
46 #define ENTRY_TO_VNODE(ptr) LOS_DL_LIST_ENTRY(ptr, struct Vnode, actFreeEntry)
87 LOS_ListDelete(&vnode->actFreeEntry); in GetFromFreeList()
98 … LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeReclaimLru()
150 LOS_ListInit((&(vnode->actFreeEntry))); in VnodeAlloc()
153 LOS_ListAdd(&g_vnodeVirtualList, &(vnode->actFreeEntry)); in VnodeAlloc()
156 LOS_ListTailInsert(&g_vnodeActiveList, &(vnode->actFreeEntry)); in VnodeAlloc()
185 LOS_ListDelete(&vnode->actFreeEntry); in VnodeFree()
202 LOS_ListAdd(&g_vnodeFreeList, &vnode->actFreeEntry); in VnodeFree()
216 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(vnode, nextVnode, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeFreeAll()
232 LOS_DL_LIST_FOR_EACH_ENTRY(vnode, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeInUseIter()
305 LOS_ListDelete(&(vnode->actFreeEntry)); in RefreshLRU()
306 LOS_ListTailInsert(&g_vnodeActiveList, &(vnode->actFreeEntry)); in RefreshLRU()
671 … LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeMemoryDump()
707 … LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeClearCache()