Searched refs:nextItem (Results 1 – 6 of 6) sorted by relevance
/kernel/liteos_a/fs/vfs/ |
D | vnode.c | 104 struct Vnode *nextItem = NULL; in VnodeReclaimLru() local 107 … LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeReclaimLru() 491 struct PathCache *nextItem = NULL; in ChangeRootInternal() local 493 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &rootOld->childPathCaches, struct PathCache, child… in ChangeRootInternal() 546 struct PathCache *nextItem = NULL; in VnodeReaddir() local 552 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &vp->childPathCaches, struct PathCache, childEntry… in VnodeReaddir() 702 struct Vnode *nextItem = NULL; in VnodeMemoryDump() local 705 … LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeMemoryDump() 758 struct Vnode *nextItem = NULL; in VnodeClearCache() local 762 … LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_vnodeActiveList, struct Vnode, actFreeEntry) { in VnodeClearCache()
|
D | path_cache.c | 182 struct PathCache *nextItem = NULL; in FreeChildPathCache() local 184 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &(vnode->childPathCaches), struct PathCache, child… in FreeChildPathCache() 192 struct PathCache *nextItem = NULL; in FreeParentPathCache() local 194 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &(vnode->parentPathCaches), struct PathCache, pare… in FreeParentPathCache()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | qconf.h | 120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem() 162 ConfigItem* nextItem; variable
|
D | qconf.cc | 192 for (i = (ConfigItem*)menu->data; i; i = i->nextItem) in testUpdateMenu() 206 nextItem = (ConfigItem*)menu->data; in init() 234 for (; *ip; ip = &(*ip)->nextItem) { in ~ConfigItem() 236 *ip = nextItem; in ~ConfigItem() 385 for (; item; item = item->nextItem) { in findConfigItem()
|
/kernel/liteos_a/fs/proc/os_adapt/ |
D | fs_cache_proc.c | 71 struct Vnode *nextItem = NULL; in VnodeListProcess() local 73 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, list, struct Vnode, actFreeEntry) { in VnodeListProcess()
|
/kernel/liteos_a/fs/proc/src/ |
D | proc_file.c | 385 struct Vnode *nextItem = NULL; in ProcEntryClearVnode() local 388 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, GetVnodeActiveList(), struct Vnode, actFreeEntry) { in ProcEntryClearVnode()
|