Lines Matching refs:end
974 unsigned long end;
993 end = (unsigned long)ei + item_size;
1002 BUG_ON(ptr > end);
1009 while (ptr < end) {
1489 * the current while iterating. The process stops when we reach the end of the
1870 unsigned long end;
1896 end = (unsigned long)ei + item_size;
1904 WARN_ON(*ptr > end);
1905 if (*ptr == end)
2340 * the returned pointer must be freed with free_ipath() in the end.