/kernel/liteos_a/fs/vfs/ |
H A 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, childEntry) {
in FreeChildPathCache() 192 struct PathCache *nextItem = NULL;
in FreeParentPathCache() local 194 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &(vnode->parentPathCaches), struct PathCache, parentEntry) {
in FreeParentPathCache()
|
H A 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, childEntry) {
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, in VnodeClearCache() [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A 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; member in ConfigItem
|
H A 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/linux/linux-6.6/scripts/kconfig/ |
H A 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; member in ConfigItem
|
H A D | qconf.cc | 195 for (i = (ConfigItem*)menu->data; i; i = i->nextItem) in testUpdateMenu() 209 nextItem = (ConfigItem*)menu->data; in init() 237 for (; *ip; ip = &(*ip)->nextItem) { in ~ConfigItem() 239 *ip = nextItem; in ~ConfigItem() 389 for (; item; item = item->nextItem) { in findConfigItem()
|
/kernel/liteos_a/fs/proc/os_adapt/ |
H A 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/ |
H A 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()
|