Searched refs:target_count (Results 1 – 3 of 3) sorted by relevance
399 int target_count, count; in net_l2tpv3_send() local410 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()
758 int target_count = 0; in gdb_handle_vcont() local802 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()
5104 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()