Searched refs:kend (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/cachefiles/ |
| H A D | key.c | 39 const u8 *key = fscache_get_key(object->cookie), *kend; in cachefiles_cook_key() local 114 kend = key + keylen; in cachefiles_cook_key() 117 if (key < kend) { in cachefiles_cook_key() 119 if (key < kend) in cachefiles_cook_key() 130 } while (key < kend); in cachefiles_cook_key()
|
| /linux/arch/alpha/boot/ |
| H A D | bootpz.c | 77 unsigned long kstart, unsigned long kend) in check_range() argument 83 vstart, vend, kstart, kend); in check_range() 89 if (kaddr >= kstart && kaddr <= kend) in check_range() 94 vaddr, kaddr, kstart, kend); in check_range()
|
| /linux/arch/arc/include/asm/ |
| H A D | cacheflush.h | 23 void flush_icache_range(unsigned long kstart, unsigned long kend);
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 787 void flush_icache_range(unsigned long kstart, unsigned long kend) in flush_icache_range() argument 796 tot_sz = kend - kstart; in flush_icache_range() 810 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range()
|
| /linux/drivers/nvmem/ |
| H A D | core.c | 85 unsigned int kend, ksize; in nvmem_access_with_keepouts() local 100 kend = min(end, keepout->start); in nvmem_access_with_keepouts() 101 ksize = kend - offset; in nvmem_access_with_keepouts() 118 kend = min(end, keepout->end); in nvmem_access_with_keepouts() 119 ksize = kend - offset; in nvmem_access_with_keepouts()
|
| /linux/fs/ntfs/ |
| H A D | super.c | 1109 u32 *kaddr, *kend, *start_addr = NULL; in check_windows_hibernation_status() local 1160 kend = kaddr + NTFS_HIBERFIL_HEADER_SIZE/sizeof(*kaddr); in check_windows_hibernation_status() 1167 } while (++kaddr < kend); in check_windows_hibernation_status()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 1011 u64 kend = kstart + krange; in drm_gpuvm_in_kernel_node() local 1013 return krange && addr < kend && kstart < end; in drm_gpuvm_in_kernel_node()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 2291 u64 kend; in kcore_copy__find_remaps() 2309 kend = k->offset + k->len; in kcore_copy__find_remaps() 2318 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps() 2289 u64 kend; kcore_copy__find_remaps() local
|