Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dl2tpv3.c399 int target_count, count; in net_l2tpv3_send() local
410 target_count = MAX_L2TPV3_MSGCNT - s->queue_depth; in net_l2tpv3_send()
416 if (s->queue_head + target_count > MAX_L2TPV3_MSGCNT) { in net_l2tpv3_send()
417 target_count = MAX_L2TPV3_MSGCNT - s->queue_head; in net_l2tpv3_send()
428 target_count = MAX_L2TPV3_MSGCNT; in net_l2tpv3_send()
432 if (target_count > 0) { in net_l2tpv3_send()
434 recvmmsg(s->fd, msgvec, target_count, MSG_DONTWAIT, NULL) in net_l2tpv3_send()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c759 int target_count = 0; in gdb_handle_vcont() local
803 target_count++; in gdb_handle_vcont()
823 target_count++; in gdb_handle_vcont()
843 target_count++; in gdb_handle_vcont()
857 if (target_count > 0) { in gdb_handle_vcont()
/openbmc/qemu/linux-user/
H A Dsyscall.c5111 for (i = 0; i < host_dm->target_count; i++) { in do_ioctl_dm()
5188 for (i = 0; i < host_dm->target_count; i++) { in do_ioctl_dm()