Lines Matching defs:data
881 * when controllen is zero and there is control data to
1076 * that they can't move more than 2Gbytes of data in a single call.
1322 * that they can't move more than 2Gbytes of data in a single call.
1794 caddr_t data = (caddr_t)filprop.sfp_socktuple;
1802 if (copyin(data, &tup32, sizeof (tup32)) != 0) {
1810 data += sizeof (tup32);
1895 * and queues it for network processing. In this scheme, the data
1907 * mblk holds sendfile_read_size worth of data (except the last
1936 * is either running sinking data to the network or blocked
1943 * running reading data from the disk. For the former, we need to
1951 * If sendfile() is used to send data over a slow network, we need to
1952 * make sure that the read thread does not produce data at a faster
1956 * This implies that network should never block waiting for data.
1961 * initiate a new read, transfer data from the disk and queue for
1964 * control, it would take 25ms to get new data ready for transmission.
1967 * 2.5MB of data. Rounding off, we keep the low water mark to be 3MB of data.
1979 * of data into segmap space, and use the virtual address from segmap
1981 * with the data, the mapping will be released through segmap_release()
1985 * to copy the data from the filesystem into our temporary network buffer.
2097 * Reads data from the filesystem and queues it for network processing.
2443 * At the end of the whole sendfile() operation, we wait till the data from