Lines Matching refs:abbrev_end
344 unsigned long n, cur, abbrev_end; in get_nodes() local
348 abbrev_end = ptr + max_strlen * sizeof(long); in get_nodes()
349 if (abbrev_end < ptr) in get_nodes()
350 abbrev_end = end; in get_nodes()
352 abbrev_end = end; in get_nodes()
358 if (cur >= abbrev_end) { in get_nodes()
498 unsigned long cur, end, abbrev_end, entries; in SYS_FUNC() local
517 abbrev_end = cur + (sizeof(int) * max_strlen); in SYS_FUNC()
518 if (abbrev_end > end) in SYS_FUNC()
519 abbrev_end = end; in SYS_FUNC()
522 abbrev_end = end; in SYS_FUNC()
527 if (cur >= abbrev_end) { in SYS_FUNC()