Home
last modified time | relevance | path

Searched refs:do_send (Results 1 – 13 of 13) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dipv6_flowlabel.c38 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function
211 do_send(fdt, false, 0); in main()
215 do_send(fdt, false, 0); in main()
220 do_send(fdt, true, cfg_label); in main()
Dpsock_snd.c184 static void do_send(int fd, char *buf, int len) in do_send() function
243 do_send(fd, tbuf, len); in do_tx()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.cc340 rf->do_send = in InitRingField()
345 if (rf->do_send || rf->do_recv) { in InitRingField()
363 rf->do_send = in AdvanceToSecondPass()
376 strings::StrAppend(&rv, " do_send=", do_send, " do_recv=", do_recv, in DebugString()
383 DCHECK(rf->do_send); in DispatchSend()
Dring_alg.h79 bool do_send = false; // is the value sent in this pass? member
Dring_gatherer.cc214 if (rf->do_send) { in RunAsyncParts()
Dring_reducer.cc287 if (rf->do_send) { in RunAsyncParts()
/external/strace/tests-m32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
/external/strace/tests/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
/external/strace/tests-mx32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c157 void do_send(int src) in do_send() function
313 do_send(src); in run_test_case()
/external/openssh/
Dnchan.c331 chan_is_dead(struct ssh *ssh, Channel *c, int do_send) in chan_is_dead() argument
352 if (do_send) { in chan_is_dead()
/external/python/cpython3/Lib/test/
Dtest_exceptions.py902 def do_send(g): function
909 self._check_generator_cleanup_exc_state(do_send)
/external/strace/
DChangeLog16549 * tests/mq_sendrecv.c (do_send, do_recv, main): Likewise.
23179 * tests/mq_sendrecv.c (do_send, do_recv): Likewise.