Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 2823) sorted by relevance

12345678910>>...113

/linux/arch/nds32/mm/
A Dproc.c106 end = in cpu_icache_inval_all()
110 end -= line_size; in cpu_icache_inval_all()
112 end -= line_size; in cpu_icache_inval_all()
114 end -= line_size; in cpu_icache_inval_all()
116 end -= line_size; in cpu_icache_inval_all()
118 } while (end > 0); in cpu_icache_inval_all()
361 end = (end + line_size - 1) & ~(line_size - 1); in cpu_cache_wbinval_range_check()
448 end = (end + line_size - 1) & (~(line_size - 1)); in cpu_dma_wb_range()
467 end = (end + line_size - 1) & (~(line_size - 1)); in cpu_dma_inval_range()
476 cpu_dcache_wbinval_range(end - line_size, end); in cpu_dma_inval_range()
[all …]
/linux/kernel/
A Drange.c14 if (start >= end) in add_range()
22 range[nr_range].end = end; in add_range()
34 if (start >= end) in add_range_with_merge()
45 common_end = min(range[i].end, end); in add_range_with_merge()
51 end = max(range[i].end, end); in add_range_with_merge()
76 if (start <= range[j].start && end >= range[j].end) { in subtract_range()
82 if (start <= range[j].start && end < range[j].end && in subtract_range()
89 if (start > range[j].start && end >= range[j].end && in subtract_range()
95 if (start > range[j].start && end < range[j].end) { in subtract_range()
102 range[i].end = range[j].end; in subtract_range()
[all …]
A Dresource.c130 end = r->end; in r_show()
206 if (end > root->end) in __request_resource()
388 .end = min(end, p->end), in find_next_iomem_res()
624 tmp.end = root->end; in __find_resource()
634 avail.end = tmp.end; in __find_resource()
694 old->end = new.end; in reallocate_resource()
705 old->end = new.end; in reallocate_resource()
976 res->end = end; in __adjust_resource()
1020 res->end = end; in __reserve_region_with_split()
1045 end = res->end; in __reserve_region_with_split()
[all …]
/linux/include/linux/ceph/
A Ddecode.h54 return end >= *p && n <= end - *p; in ceph_has_room()
57 #define ceph_decode_need(p, end, n, bad) \ argument
59 if (!likely(ceph_has_room(p, end, n))) \
86 ceph_decode_need(p, end, n, bad); \
114 ceph_decode_32_safe(&sp, end, len, bad); in ceph_extract_encoded_string()
115 if (!ceph_has_room(&sp, end, len)) in ceph_extract_encoded_string()
141 ceph_decode_need(p, end, n, bad); \
298 BUG_ON(*p + sizeof(len) + len > end); in ceph_encode_string()
388 ceph_encode_need(p, end, n, bad); \
393 ceph_encode_need(p, end, n, bad); \
[all …]
/linux/drivers/net/dsa/sja1105/
A Dsja1105_ethtool.c85 int end; member
96 .end = 24,
103 .end = 16,
110 .end = 8,
117 .end = 0,
125 .end = 27,
132 .end = 26,
209 .end = 8,
216 .end = 6,
223 .end = 5,
[all …]
/linux/arch/mips/pci/
A Dpci-malta.c106 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init()
114 end = end1; in mips_pcibios_init()
122 gt64120_mem_resource.end = end; in mips_pcibios_init()
133 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init()
161 end = 1; in mips_pcibios_init()
165 end++; in mips_pcibios_init()
170 end++; in mips_pcibios_init()
215 end <= msc_mem_resource.end)) { in mips_pcibios_init()
218 end = min(end, msc_mem_resource.end); in mips_pcibios_init()
220 msc_mem_resource.end - end) in mips_pcibios_init()
[all …]
/linux/fs/ceph/
A Dmdsmap.c59 if (*p + sizeof(type) > end) \
68 ceph_decode_32_safe(p, end, n, bad); \
70 ceph_decode_need(p, end, need, bad); \
102 ceph_decode_need(p, end, len, bad); in __decode_and_drop_compat_set()
131 ceph_decode_need(p, end, 1 + 1, bad); in ceph_mdsmap_decode()
137 if (end < *p + mdsmap_len) in ceph_mdsmap_decode()
139 end = *p + mdsmap_len; in ceph_mdsmap_decode()
196 if (info_end > end) in ceph_mdsmap_decode()
274 ceph_decode_32_safe(p, end, n, bad); in ceph_mdsmap_decode()
376 *p = end; in ceph_mdsmap_decode()
[all …]
/linux/arch/microblaze/kernel/cpu/
A Dcache.c96 end = min(start + cache_size, end); \
130 end = ((end & align) == end) ? end - line_length : end & align; \
131 count = end - start; \
146 end = ((end & align) == end) ? end - line_length : end & align; \
147 WARN_ON(end < start); \
186 unsigned long end) in __flush_icache_range_nomsr_irq() argument
214 unsigned long end) in __flush_icache_range_noirq() argument
378 unsigned long end) in __invalidate_dcache_range_wb() argument
398 unsigned long end) in __invalidate_dcache_range_nomsr_wt() argument
418 unsigned long end) in __invalidate_dcache_range_msr_irq_wt() argument
[all …]
/linux/lib/
A Dvsprintf.c520 if (buf < end) in number()
549 if (buf < end) in number()
555 if (buf < end) in number()
561 if (buf < end) in number()
623 if (buf < end) in widen_string()
641 if (buf < end) in string_nocheck()
1835 if (buf < end) in date_str()
1840 if (buf < end) in date_str()
1851 if (buf < end) in time_str()
1856 if (buf < end) in time_str()
[all …]
/linux/fs/btrfs/tests/
A Dextent-io-tests.c117 &end); in test_find_delalloc()
148 &end); in test_find_delalloc()
182 &end); in test_find_delalloc()
203 &end); in test_find_delalloc()
244 &end); in test_find_delalloc()
436 u64 start, end; in test_find_first_clear_extent_bit() local
448 start, end); in test_find_first_clear_extent_bit()
463 start, end); in test_find_first_clear_extent_bit()
479 start, end); in test_find_first_clear_extent_bit()
492 start, end); in test_find_first_clear_extent_bit()
[all …]
/linux/arch/arm/mach-pxa/
A Ddevices.c43 .end = IRQ_PMU,
57 .end = 0x41100fff,
62 .end = IRQ_MMC,
98 .end = 0x4060ffff,
103 .end = IRQ_USB,
141 .end = IRQ_USB2,
167 .end = IRQ_LCD,
297 .end = IRQ_I2C,
342 .end = IRQ_I2S,
539 .end = IRQ_SSP,
[all …]
/linux/tools/perf/util/
A Dblock-range.c28 old = entry->end; in block_range__debug()
149 .end = end, in block_range__create()
204 if (end < entry->end) { /* split: [...end][...e->end] */ in block_range__create()
211 .end = entry->end, in block_range__create()
220 entry->end = end; in block_range__create()
229 iter.end = entry; in block_range__create()
236 if (end == entry->end) { in block_range__create()
238 iter.end = entry; in block_range__create()
258 .end = end, in block_range__create()
267 iter.end = tail; in block_range__create()
[all …]
A Dtime-utils.c21 char *end; in parse_nsec_time() local
24 if (*end != '.' && *end != '\0') in parse_nsec_time()
27 if (*end == '.') { in parse_nsec_time()
42 if (*end != '\0') in parse_nsec_time()
89 *end = end_str; in split_start_end()
104 ptime->end = 0; in perf_time__parse_str()
111 if (rc == 0 && ptime->end && ptime->end < ptime->start) in perf_time__parse_str()
212 if (ptime->end > ptime->start && ptime->end != end) in set_percent_time()
213 ptime->end -= 1; in set_percent_time()
427 (ptime->end && timestamp > ptime->end)) { in perf_time__skip_sample()
[all …]
/linux/arch/nios2/mm/
A Dcacheflush.c116 __flush_dcache(start, end); in flush_icache_range()
117 __flush_icache(start, end); in flush_icache_range()
122 __flush_dcache(start, end); in flush_dcache_range()
123 __flush_icache(start, end); in flush_dcache_range()
134 unsigned long end) in flush_cache_range() argument
136 __flush_dcache(start, end); in flush_cache_range()
138 __flush_icache(start, end); in flush_cache_range()
146 __flush_dcache(start, end); in flush_icache_page()
147 __flush_icache(start, end); in flush_icache_page()
156 __flush_dcache(start, end); in flush_cache_page()
[all …]
/linux/fs/btrfs/
A Dextent-io-tree.h84 u64 end; /* inclusive */ member
143 u64 end, struct extent_state **cached) in unlock_extent_cached() argument
157 u64 end, u32 bits) in clear_extent_bits() argument
177 u64 end, u32 bits) in set_extent_bits() argument
191 u64 end, gfp_t mask) in set_extent_dirty() argument
210 u64 end, u32 extra_bits, in set_extent_delalloc() argument
213 return set_extent_bit(tree, start, end, in set_extent_delalloc()
221 return set_extent_bit(tree, start, end, in set_extent_defrag()
227 u64 end) in set_extent_new() argument
250 u64 *end, u64 max_bytes,
[all …]
/linux/arch/x86/pci/
A Damd_bus.c72 u64 end; in early_root_info_init() local
171 if (end > 0xffff) in early_root_info_init()
172 end = 0xffff; in early_root_info_init()
181 if (!range[i].end) in early_root_info_init()
192 end++; in early_root_info_init()
199 printk(KERN_INFO "TOM: %016llx aka %lldM\n", end, end>>20); in early_root_info_init()
200 if (end < (1ULL<<32)) in early_root_info_init()
229 end <<= 8; in early_root_info_init()
230 end |= 0xffff; in early_root_info_init()
295 printk(KERN_INFO "TOM2: %016llx aka %lldM\n", end, end>>20); in early_root_info_init()
[all …]
/linux/arch/s390/mm/
A Dvmem.c112 unused_sub_pmd_start = end; in vmemmap_use_sub_pmd()
138 if (!IS_ALIGNED(end, PMD_SIZE)) in vmemmap_use_new_sub_pmd()
139 unused_sub_pmd_start = end; in vmemmap_use_new_sub_pmd()
224 next = pmd_addr_end(addr, end); in modify_pmd_table()
298 if (end > VMALLOC_START) in try_free_pmd_table()
325 next = pud_addr_end(addr, end); in modify_pud_table()
373 if (end > VMALLOC_START) in try_free_pud_table()
399 next = p4d_addr_end(addr, end); in modify_p4d_table()
427 if (end > VMALLOC_START) in try_free_p4d_table()
454 next = pgd_addr_end(addr, end); in modify_pagetable()
[all …]
/linux/arch/arm/mach-davinci/
A Ddevices-da8xx.c154 .end = DA8XX_TPCC_BASE + SZ_32K - 1,
160 .end = DA8XX_TPTC0_BASE + SZ_1K - 1,
166 .end = DA8XX_TPTC1_BASE + SZ_1K - 1,
185 .end = DA850_TPCC1_BASE + SZ_32K - 1,
191 .end = DA850_TPTC2_BASE + SZ_1K - 1,
302 .end = DA8XX_I2C0_BASE + SZ_4K - 1,
322 .end = DA8XX_I2C1_BASE + SZ_4K - 1,
358 .end = DA8XX_WDOG_BASE + SZ_4K - 1,
699 .end = DA8XX_GPIO_BASE + SZ_4K - 1,
939 .end = DA8XX_RTC_BASE + SZ_4K - 1,
[all …]
/linux/arch/x86/mm/
A Dnuma_emulation.c73 nid, eb->start, eb->end - 1, (eb->end - eb->start) >> 20); in emu_setup_memblk()
148 while (end - start - mem_hole_size(start, end) < size) { in split_nodes_interleave()
151 end = limit; in split_nodes_interleave()
161 if (end < dma32_end && dma32_end - end - in split_nodes_interleave()
170 if (limit - end - mem_hole_size(end, limit) < size) in split_nodes_interleave()
171 end = limit; in split_nodes_interleave()
191 while (end - start - mem_hole_size(start, end) < size) { in find_end_of_node()
198 return end; in find_end_of_node()
297 if (end < dma32_end && dma32_end - end - in split_nodes_size_interleave_uniform()
306 if ((limit - end - mem_hole_size(end, limit) < size) in split_nodes_size_interleave_uniform()
[all …]
A Dkasan_init_64.c47 ((end - addr) == PMD_SIZE) && in kasan_populate_pmd()
97 next = pmd_addr_end(addr, end); in kasan_populate_pud()
117 next = pud_addr_end(addr, end); in kasan_populate_p4d()
137 next = p4d_addr_end(addr, end); in kasan_populate_pgd()
149 end = round_up(end, PAGE_SIZE); in kasan_populate_shadow()
160 unsigned long end; in map_range() local
163 end = (unsigned long)kasan_mem_to_shadow(pfn_to_kaddr(range->end)); in map_range()
169 unsigned long end) in clear_pgds() argument
206 unsigned long end) in kasan_early_p4d_populate() argument
247 unsigned long end) in kasan_shallow_populate_p4ds() argument
[all …]
/linux/arch/arm/mm/
A Dcache-feroceon-l2.c82 BUG_ON((start ^ end) >> PAGE_SHIFT); in l2_clean_pa_range()
85 va_end = va_start + (end - start); in l2_clean_pa_range()
116 va_end = va_start + (end - start); in l2_inv_pa_range()
152 range_end = end; in calc_range_end()
184 if (start < end && end & (CACHE_LINE_SIZE - 1)) { in feroceon_l2_inv_range()
186 end &= ~(CACHE_LINE_SIZE - 1); in feroceon_l2_inv_range()
192 while (start < end) { in feroceon_l2_inv_range()
209 end = (end + CACHE_LINE_SIZE - 1) & ~(CACHE_LINE_SIZE - 1); in feroceon_l2_clean_range()
210 while (start != end) { in feroceon_l2_clean_range()
223 end = (end + CACHE_LINE_SIZE - 1) & ~(CACHE_LINE_SIZE - 1); in feroceon_l2_flush_range()
[all …]
/linux/arch/csky/mm/
A Dcachev2.c24 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() argument
28 for (; i < end; i += L1_CACHE_BYTES) in icache_inv_range()
35 unsigned long end; member
54 for (; i < param->end; i += L1_CACHE_BYTES) in local_icache_inv_range()
64 struct cache_range param = { start, end }; in icache_inv_range()
83 for (; i < end; i += L1_CACHE_BYTES) in dcache_wb_range()
90 dcache_wb_range(start, end); in cache_wbinv_range()
91 icache_inv_range(start, end); in cache_wbinv_range()
99 for (; i < end; i += L1_CACHE_BYTES) in dma_wbinv_range()
108 for (; i < end; i += L1_CACHE_BYTES) in dma_inv_range()
[all …]
/linux/Documentation/admin-guide/kdump/
A Dgdbmacros.txt34 end
52 end
53 end
56 end
75 end
76 end
79 end
99 end
102 end
131 end
[all …]
/linux/net/ceph/
A Dcls_lock_client.c36 void *p, *end; in ceph_cls_lock() local
57 end = p + lock_op_buf_size; in ceph_cls_lock()
101 void *p, *end; in ceph_cls_unlock() local
116 end = p + unlock_op_buf_size; in ceph_cls_unlock()
154 void *p, *end; in ceph_cls_break_lock() local
169 end = p + break_op_buf_size; in ceph_cls_break_lock()
201 void *p, *end; in ceph_cls_set_cookie() local
344 void *p, *end; in ceph_cls_lock_info() local
378 end = p + reply_len; in ceph_cls_lock_info()
397 void *p, *end; in ceph_cls_assert_locked() local
[all …]
/linux/arch/x86/mm/pat/
A Dmemtype_interval.c43 return entry->end - 1; in interval_end()
63 while (entry_match != NULL && entry_match->start < end) { in memtype_match()
65 (entry_match->start == start) && (entry_match->end == end)) in memtype_match()
69 (entry_match->start < start) && (entry_match->end == end)) in memtype_match()
78 static int memtype_check_conflict(u64 start, u64 end, in memtype_check_conflict() argument
95 entry_match = interval_iter_next(entry_match, start, end-1); in memtype_check_conflict()
110 current->comm, current->pid, start, end, in memtype_check_conflict()
131 struct memtype *memtype_erase(u64 start, u64 end) in memtype_erase() argument
142 entry_old = memtype_match(start, end, MEMTYPE_EXACT_MATCH); in memtype_erase()
144 entry_old = memtype_match(start, end, MEMTYPE_END_MATCH); in memtype_erase()
[all …]

Completed in 71 milliseconds

12345678910>>...113