OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iobufs
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/core/platform/posix/
subprocess.cc
336
string*
iobufs
[kNFds];
local
384
iobufs
[fd_count] = const_cast<string*>(stdin_input);
387
iobufs
[fd_count] = stdout_output;
390
iobufs
[fd_count] = stderr_output;
393
iobufs
[fd_count] = nullptr;
422
if (
iobufs
[i] != nullptr) {
423
iobufs
[i]->append(buf, n);
432
ssize_t n =
iobufs
[i]->size() - nbytes[i];
434
n = write(fds[i].fd,
iobufs
[i]->c_str() + nbytes[i], n);
438
if (nbytes[i] >=
iobufs
[i]->size())
[
all
...]
/external/syslinux/gpxe/src/net/
infiniband.c
186
( num_send_wqes * sizeof ( qp->send.
iobufs
[0] ) ) +
187
( num_recv_wqes * sizeof ( qp->recv.
iobufs
[0] ) ) );
200
qp->send.
iobufs
= ( ( ( void * ) qp ) + sizeof ( *qp ) );
206
qp->recv.
iobufs
= ( ( ( void * ) qp ) + sizeof ( *qp ) +
207
( num_send_wqes * sizeof ( qp->send.
iobufs
[0] ) ));
219
ibdev, qp->qpn, num_send_wqes, qp->send.
iobufs
,
220
qp->recv.
iobufs
);
222
ibdev, qp->qpn, num_recv_wqes, qp->recv.
iobufs
,
296
if ( ( iobuf = qp->send.
iobufs
[i] ) != NULL )
300
if ( ( iobuf = qp->recv.
iobufs
[i] ) != NULL )
[
all
...]
/external/syslinux/gpxe/src/drivers/infiniband/
linda.c
964
assert ( wq->
iobufs
[linda_wq->prod] == NULL );
965
wq->
iobufs
[linda_wq->prod] = iobuf;
1034
iobuf = wq->
iobufs
[wqe_idx];
1037
wq->
iobufs
[wqe_idx] = NULL;
1111
assert ( wq->
iobufs
[wqe_idx] == NULL );
1114
wq->
iobufs
[wqe_idx] = iobuf;
[
all
...]
arbel.c
1032
if ( wq->
iobufs
[wq->next_idx & wqe_idx_mask] ) {
1036
wq->
iobufs
[wq->next_idx & wqe_idx_mask] = iobuf;
[
all
...]
hermon.c
[
all
...]
/external/syslinux/gpxe/src/include/gpxe/
infiniband.h
118
struct io_buffer **
iobufs
;
member in struct:ib_work_queue
/external/syslinux/gpxe/src/drivers/net/
r8169.c
[
all
...]
Completed in 2831 milliseconds