Lines Matching defs:end
38 * (@smem_ptable), that is found 4kB from the end of the main smem region. The
49 * while items in the cached region are allocated from the end. The free area
378 struct smem_private_entry *hdr, *end;
388 end = phdr_to_last_uncached_entry(phdr);
391 if (WARN_ON((void *)end > p_end || cached > p_end))
394 while (hdr < end) {
561 struct smem_private_entry *e, *end;
571 end = phdr_to_last_uncached_entry(phdr);
573 while (e < end) {
604 end = phdr_to_last_cached_entry(phdr);
606 if (WARN_ON((void *)e < (void *)phdr || (void *)end > p_end))
609 while (e > end) {