Home
last modified time | relevance | path

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

/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()
/qemu/gdbstub/
H A Dgdbstub.c758 int target_count = 0; in gdb_handle_vcont() local
802 target_count++; in gdb_handle_vcont()
822 target_count++; in gdb_handle_vcont()
842 target_count++; in gdb_handle_vcont()
856 if (target_count > 0) { in gdb_handle_vcont()
/qemu/linux-user/
H A Dsyscall.c5104 for (i = 0; i < host_dm->target_count; i++) { in do_ioctl_dm()
5181 for (i = 0; i < host_dm->target_count; i++) { in do_ioctl_dm()