Lines Matching defs:end
59 unsigned long end;
149 unsigned long index, thresh = 0, end = phys->size;
155 if (buf->end < phys->offset + buf_size(page))
156 end = buf->end - phys->offset - phys->displacement;
160 if (end - index > BTS_SAFETY_MARGIN)
161 thresh = end - BTS_SAFETY_MARGIN;
162 else if (end - index > BTS_RECORD_SIZE)
163 thresh = end - BTS_RECORD_SIZE;
165 thresh = end;
170 ds->bts_absolute_maximum = ds->bts_buffer_base + end;
432 buf->end = head + space;