Searched refs:ForEachListEntry (Results 1 – 3 of 3) sorted by relevance
78 #define ForEachListEntry(list, node) for (node = (list)->next; node != (list); node = node->next) macro
333 ForEachListEntry(&g_devices, node) { in GetDeviceUdevConfByDevNode()352 ForEachListEntry(&g_devices, node) { in GetDeviceNodePermissions()375 ForEachListEntry(&g_sysDevices, node) { in ChangeSysAttributePermissions()
228 ForEachListEntry(head, node) { in OH_ListGetCnt()