Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-skeys.c420 uint64_t handled_count = 0, cur_count; in s390_storage_keys_load() local
430 while (handled_count < total_count) { in s390_storage_keys_load()
431 cur_count = MIN(total_count - handled_count, in s390_storage_keys_load()
440 handled_count += cur_count; in s390_storage_keys_load()