Lines Matching refs:abbrev_end
54 unsigned long cur, abbrev_end; in decode_poll_entering() local
64 abbrev_end = start + max_strlen * sizeof(fds); in decode_poll_entering()
65 if (abbrev_end < start) in decode_poll_entering()
66 abbrev_end = end; in decode_poll_entering()
68 abbrev_end = end; in decode_poll_entering()
71 if (start >= abbrev_end || umove(tcp, start, &fds) < 0) { in decode_poll_entering()
81 if (cur >= abbrev_end) { in decode_poll_entering()
105 unsigned long cur, abbrev_end; in decode_poll_exiting() local
122 abbrev_end = start + max_strlen * sizeof(fds); in decode_poll_exiting()
123 if (abbrev_end < start) in decode_poll_exiting()
124 abbrev_end = end; in decode_poll_exiting()
126 abbrev_end = end; in decode_poll_exiting()
146 if (cur >= abbrev_end) { in decode_poll_exiting()