Home
last modified time | relevance | path

Searched refs:topology_list (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c86 static int stsi_topology_fill_sysib(S390TopologyList *topology_list, in stsi_topology_fill_sysib() argument
98 QTAILQ_FOREACH(entry, topology_list, next) { in stsi_topology_fill_sysib()
255 QTAILQ_INIT(topology_list); in s390_topology_fill_list_sorted()
257 QTAILQ_INSERT_HEAD(topology_list, &sentinel, next); in s390_topology_fill_list_sorted()
263 QTAILQ_FOREACH(tmp, topology_list, next) { in s390_topology_fill_list_sorted()
278 QTAILQ_REMOVE(topology_list, &sentinel, next); in s390_topology_fill_list_sorted()
291 QTAILQ_FOREACH_SAFE(entry, topology_list, next, tmp) { in s390_topology_empty_list()
292 QTAILQ_REMOVE(topology_list, entry, next); in s390_topology_empty_list()
312 S390TopologyList topology_list; in insert_stsi_15_1_x() local
321 s390_topology_fill_list_sorted(&topology_list); in insert_stsi_15_1_x()
[all …]