Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dresettable.c231 unsigned newp_count = resettable_get_count(newp); in resettable_change_parent() local
243 trace_resettable_change_parent(obj, oldp, oldp_count, newp, newp_count); in resettable_change_parent()
250 for (unsigned i = oldp_count; i < newp_count; i++) { in resettable_change_parent()
261 for (unsigned i = newp_count; i < oldp_count; i++) { in resettable_change_parent()