Lines Matching defs:start
276 void *start = ev;
278 return (start + offsetof(struct hv_24x7_event_data, remainder)) < end;
291 void *start = ev;
301 if (start + nl > end) {
302 pr_debug("%s: start=%p + nl=%u > end=%p",
303 __func__, start, nl, end);
316 if (start + nl + dl > end) {
317 pr_debug("%s: (start=%p + nl=%u + dl=%u)=%p > end=%p",
318 __func__, start, nl, dl, start + nl + dl, end);
332 if (start + nl + dl + ldl > end) {
333 pr_debug("%s: start=%p + nl=%u + dl=%u + ldl=%u > end=%p",
334 __func__, start, nl, dl, ldl, end);
338 return start + nl + dl + ldl;
1648 .start = h_24x7_event_start,