Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmac_via.h74 int64_t next_second; member
/openbmc/qemu/hw/misc/
H A Dmac_via.c323 v1s->next_second = (qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + 1000) / in via1_one_second_update()
325 timer_mod(v1s->one_second_timer, v1s->next_second); in via1_one_second_update()
1316 VMSTATE_INT64(next_second, MOS6522Q800VIA1State),
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c331 long long key, next_first, next_second; in test_hashmap_zero_seed() local
345 CHECK(bpf_map_get_next_key(second, key_ptr, &next_second) != 0, in test_hashmap_zero_seed()
348 CHECK(next_first != next_second, in test_hashmap_zero_seed()
351 next_first, next_second); in test_hashmap_zero_seed()