Searched refs:inc_bytes (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Dsbrk.c134 size_t inc_bytes = offset + increment - goffset; local
135 if (inc_bytes < SBRK_MIN_MAPPING) {
136 inc_bytes = SBRK_MIN_MAPPING;
141 err = frame_alloc(&frame, inc_bytes, &inc_bytes);
161 goffset += inc_bytes;
H A Dsbrk_arrakis.c95 size_t inc_bytes = offset + increment - goffset; local
99 err = frame_alloc(&frame, inc_bytes, &inc_bytes);
113 goffset += inc_bytes;
/barrelfish-master/include/lwip2/netif/ppp/
H A Dppp_impl.h209 unsigned int inc_bytes; /* incompressible bytes */ member in struct:compstat

Completed in 89 milliseconds