HomeSort by relevance Sort by last modified time
    Searched refs:iov_count (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_sockmap.c 92 {"iov_count", required_argument, NULL, 'i' },
317 int iov_count; member in struct:sockmap_options
373 int iov_count, int iov_length,
380 iov = calloc(iov_count, sizeof(struct iovec));
384 for (i = 0; i < iov_count; i++) {
388 fprintf(stderr, "iov_count %i/%i OOM\n", i, iov_count);
403 msg->msg_iovlen = iov_count;
439 static int msg_loop(int fd, int iov_count, int iov_length, int cnt,
448 err = msg_alloc_iov(&msg, iov_count, iov_length, data, tx)
586 int iov_count = opt->iov_count; local
1620 int iov_count = 1, length = 1024, rate = 1; local
    [all...]
  /device/google/cuttlefish_common/common/vsoc/shm/
circqueue.h 186 size_t iov_count,
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h 185 return Writev(r, &iov, 1 /* iov_count */, non_blocking);
192 size_t iov_count,
195 for (size_t i = 0; i < iov_count; ++i) {
220 for (size_t i = 0; i < iov_count; ++i) {
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_ev_driver_windows.cc 198 grpc_slice FlattenIovec(const struct iovec* iov, int iov_count) {
200 for (int i = 0; i < iov_count; i++) {
205 for (int i = 0; i < iov_count; i++) {
247 ares_ssize_t SendV(const struct iovec* iov, int iov_count) {
254 write_buf_ = FlattenIovec(iov, iov_count);
261 grpc_slice currently_attempted = FlattenIovec(iov, iov_count);
  /art/runtime/jdwp/
jdwp_event.cc     [all...]
jdwp.h 258 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)

Completed in 416 milliseconds