Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dqeth_l3.h32 int ref_counter; member
54 addr->ref_counter = 1; in qeth_l3_init_ipaddr()
H A Dqeth_l3_main.c145 addr->ref_counter--; in qeth_l3_delete_ip()
146 if (addr->type == QETH_IP_TYPE_NORMAL && addr->ref_counter > 0) in qeth_l3_delete_ip()
183 addr->ref_counter++; in qeth_l3_add_ip()
/openbmc/qemu/hw/timer/
H A Da9gtimer.c76 ret.new = s->ref_counter + in a9_gtimer_get_update()
129 s->ref_counter = s->counter; in a9_gtimer_update()
363 VMSTATE_UINT64(ref_counter, A9GTimerState),
/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h85 uint64_t ref_counter; member