Home
last modified time | relevance | path

Searched refs:we_want_to_mmap (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_writev.c160 const off_t we_want_to_mmap = 512 KByte; in network_write_chunkqueue_writev() local
212 c->file.mmap.offset += we_want_to_mmap; in network_write_chunkqueue_writev()
217 while (c->file.mmap.offset + we_want_to_mmap < c->file.start) { in network_write_chunkqueue_writev()
218 c->file.mmap.offset += we_want_to_mmap; in network_write_chunkqueue_writev()
227 if (abs_offset + we_want_to_send > c->file.mmap.offset + we_want_to_mmap) { in network_write_chunkqueue_writev()
228 we_want_to_send = (c->file.mmap.offset + we_want_to_mmap) - abs_offset; in network_write_chunkqueue_writev()
229 to_mmap = we_want_to_mmap; in network_write_chunkqueue_writev()
H A Dnetwork_mtcp_writev.c160 const off_t we_want_to_mmap = 512 KByte;
212 c->file.mmap.offset += we_want_to_mmap;
217 while (c->file.mmap.offset + we_want_to_mmap < c->file.start) {
218 c->file.mmap.offset += we_want_to_mmap;
227 if (abs_offset + we_want_to_send > c->file.mmap.offset + we_want_to_mmap) {
228 we_want_to_send = (c->file.mmap.offset + we_want_to_mmap) - abs_offset;
229 to_mmap = we_want_to_mmap;