Home
last modified time | relevance | path

Searched full:start (Results 1 – 25 of 6074) sorted by relevance

12345678910>>...243

/Linux-v6.1/include/trace/events/
Dosnoise.h11 TP_PROTO(struct task_struct *t, u64 start, u64 duration),
13 TP_ARGS(t, start, duration),
17 __field( u64, start )
25 __entry->start = start;
29 TP_printk("%8s:%d start %llu.%09u duration %llu ns",
32 __print_ns_to_secs(__entry->start),
33 __print_ns_without_secs(__entry->start),
39 TP_PROTO(int vector, u64 start, u64 duration),
41 TP_ARGS(vector, start, duration),
44 __field( u64, start )
[all …]
/Linux-v6.1/kernel/
Drange.c12 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range() argument
14 if (start >= end) in add_range()
21 range[nr_range].start = start; in add_range()
30 u64 start, u64 end) in add_range_with_merge() argument
34 if (start >= end) in add_range_with_merge()
37 /* get new start/end: */ in add_range_with_merge()
44 common_start = max(range[i].start, start); in add_range_with_merge()
49 /* new start/end, will add it back at last */ in add_range_with_merge()
50 start = min(range[i].start, start); in add_range_with_merge()
55 range[nr_range - 1].start = 0; in add_range_with_merge()
[all …]
Dresource.c35 .start = 0,
43 .start = 0,
112 unsigned long long start, end; in r_show() local
121 start = r->start; in r_show()
124 start = end = 0; in r_show()
129 width, start, in r_show()
136 .start = r_start,
173 resource_size_t start = new->start; in __request_resource() local
177 if (end < start) in __request_resource()
179 if (start < root->start) in __request_resource()
[all …]
/Linux-v6.1/arch/mips/pci/
Dpci-malta.c30 .start = 0x00000000UL,
81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
103 start = GT_READ(GT_PCI0M0LD_OFS); in mips_pcibios_init()
106 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init()
112 if (end1 - start1 > end - start) { in mips_pcibios_init()
113 start = start1; in mips_pcibios_init()
117 mask = ~(start ^ end); in mips_pcibios_init()
119 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) && in mips_pcibios_init()
121 gt64120_mem_resource.start = start; in mips_pcibios_init()
123 gt64120_controller.mem_offset = (start & mask) - (map & mask); in mips_pcibios_init()
[all …]
/Linux-v6.1/fs/btrfs/
Dextent-io-tree.c45 pr_err("BTRFS: state leak: start %llu end %llu state %u in tree %d refs %d\n", in btrfs_extent_state_leak_debug_check()
46 state->start, state->end, state->state, in btrfs_extent_state_leak_debug_check()
54 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument
55 __btrfs_debug_check_extent_io_range(__func__, (tree), (start), (end))
58 u64 start, u64 end) in __btrfs_debug_check_extent_io_range() argument
70 caller, btrfs_ino(BTRFS_I(inode)), isize, start, end); in __btrfs_debug_check_extent_io_range()
90 u64 start; member
190 changeset->bytes_changed += state->end - state->start + 1; in add_extent_changeset()
191 ret = ulist_add(&changeset->range_changed, state->start, state->end, in add_extent_changeset()
218 * entry->start <= offset && entry->end >= offset.
[all …]
Dextent-io-tree.h87 u64 start; member
106 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
109 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
115 u64 *start, u64 search_end,
119 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end,
121 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end,
123 int __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
127 static inline int clear_extent_bit(struct extent_io_tree *tree, u64 start, in clear_extent_bit() argument
131 return __clear_extent_bit(tree, start, end, bits, cached, in clear_extent_bit()
135 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, in unlock_extent() argument
[all …]
Dextent_map.c85 static u64 range_end(u64 start, u64 len) in range_end() argument
87 if (start + len < start) in range_end()
89 return start + len; in range_end()
98 u64 end = range_end(em->start, em->len); in tree_insert()
105 if (em->start < entry->start) { in tree_insert()
107 } else if (em->start >= extent_map_end(entry)) { in tree_insert()
116 while (parent && em->start >= extent_map_end(entry)) { in tree_insert()
121 if (end > entry->start && em->start < extent_map_end(entry)) in tree_insert()
126 while (parent && em->start < entry->start) { in tree_insert()
131 if (end > entry->start && em->start < extent_map_end(entry)) in tree_insert()
[all …]
/Linux-v6.1/drivers/net/dsa/sja1105/
Dsja1105_ethtool.c84 int start; member
95 .start = 31,
102 .start = 23,
109 .start = 15,
116 .start = 7,
124 .start = 27,
131 .start = 26,
138 .start = 25,
145 .start = 24,
152 .start = 23,
[all …]
/Linux-v6.1/arch/arm64/mm/
Dcache.S18 * caches_clean_inval_pou_macro(start,end) [fixup]
24 * - start - virtual start address of region
46 * caches_clean_inval_pou(start,end)
52 * - start - virtual start address of region
61 * caches_clean_inval_user_pou(start,end)
67 * - start - virtual start address of region
84 * icache_inval_pou(start,end)
88 * - start - virtual start address of region
102 * dcache_clean_inval_poc(start, end)
104 * Ensure that any D-cache lines for the interval [start, end)
[all …]
/Linux-v6.1/tools/perf/util/
Dblock-range.c25 assert(old < entry->start); in block_range__debug()
26 assert(entry->start <= entry->end); /* single instruction block; jump to a jump */ in block_range__debug()
43 if (addr < entry->start) in block_range__find()
76 * @start: branch target starting this basic block
81 struct block_range_iter block_range__create(u64 start, u64 end) in block_range__create() argument
92 if (start < entry->start) in block_range__create()
94 else if (start > entry->end) in block_range__create()
101 * Didn't find anything.. there's a hole at @start, however @end might in block_range__create()
112 if (entry->end < start) { in block_range__create()
119 if (next->start <= end) { /* add head: [start...][n->start...] */ in block_range__create()
[all …]
/Linux-v6.1/fs/btrfs/tests/
Dextent-io-tests.c20 static noinline int process_page_range(struct inode *inode, u64 start, u64 end, in process_page_range() argument
25 unsigned long index = start >> PAGE_SHIFT; in process_page_range()
52 "stuck in a loop, start %llu, end %llu, ret %d\n", in process_page_range()
53 start, end, ret); in process_page_range()
102 test_msg(" start=%llu len=%llu flags=%s", state->start, in dump_extent_io_tree()
103 state->end + 1 - state->start, flags_str); in dump_extent_io_tree()
118 u64 start, end, test_start; in test_find_delalloc() local
163 start = 0; in test_find_delalloc()
164 end = start + PAGE_SIZE - 1; in test_find_delalloc()
165 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
[all …]
Dinode-tests.c15 static void insert_extent(struct btrfs_root *root, u64 start, u64 len, in insert_extent() argument
34 key.offset = start; in insert_extent()
288 if (em->start != 0 || em->len != 5) { in test_btrfs_get_extent()
290 "unexpected extent wanted start 0 len 5, got start %llu len %llu", in test_btrfs_get_extent()
291 em->start, em->len); in test_btrfs_get_extent()
298 offset = em->start + em->len; in test_btrfs_get_extent()
311 if (em->start != offset || em->len != (sectorsize - 5)) { in test_btrfs_get_extent()
313 "unexpected extent wanted start %llu len 1, got start %llu len %llu", in test_btrfs_get_extent()
314 offset, em->start, em->len); in test_btrfs_get_extent()
326 offset = em->start + em->len; in test_btrfs_get_extent()
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v2.c41 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_SRC_L2_OUT_0, .start = 0, .end = 31,
44 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_SRC_L2_OUT_1, .start = 16, .end = 31,
47 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 0, .end = 15,
50 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_0, .start = 0, .end = 31,
53 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 16, .end = 31,
56 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 18, .end = 23,
59 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_1, .start = 16, .end = 24,
63 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 16, .end = 31,
67 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 0, .end = 15,
71 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 8, .end = 15,
[all …]
/Linux-v6.1/drivers/nvdimm/
Dbadrange.c30 bre->start = addr; in append_badrange_entry()
69 if (bre->start == addr) { in add_badrange()
101 void badrange_forget(struct badrange *badrange, phys_addr_t start, in badrange_forget() argument
105 u64 clr_end = start + len - 1; in badrange_forget()
111 * [start, clr_end] is the badrange interval being cleared. in badrange_forget()
112 * [bre->start, bre_end] is the badrange_list entry we're comparing in badrange_forget()
114 * to be modified (update either start or length), deleted, or in badrange_forget()
119 u64 bre_end = bre->start + bre->length - 1; in badrange_forget()
122 if (bre_end < start) in badrange_forget()
124 if (bre->start > clr_end) in badrange_forget()
[all …]
/Linux-v6.1/drivers/gpu/drm/exynos/
Dregs-fimc.h24 /* Y 1st frame start address for output DMA */
26 /* Y 2nd frame start address for output DMA */
28 /* Y 3rd frame start address for output DMA */
30 /* Y 4th frame start address for output DMA */
32 /* Cb 1st frame start address for output DMA */
34 /* Cb 2nd frame start address for output DMA */
36 /* Cb 3rd frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
40 /* Cr 1st frame start address for output DMA */
42 /* Cr 2nd frame start address for output DMA */
[all …]
/Linux-v6.1/drivers/usb/core/
Ddevices.c142 static char *usb_dump_endpoint_descriptor(int speed, char *start, char *end, in usb_dump_endpoint_descriptor() argument
148 if (start > end) in usb_dump_endpoint_descriptor()
149 return start; in usb_dump_endpoint_descriptor()
172 return start; in usb_dump_endpoint_descriptor()
183 start += sprintf(start, format_endpt, desc->bEndpointAddress, dir, in usb_dump_endpoint_descriptor()
188 return start; in usb_dump_endpoint_descriptor()
191 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() argument
200 if (start > end) in usb_dump_interface_descriptor()
201 return start; in usb_dump_interface_descriptor()
209 start += sprintf(start, format_iface, in usb_dump_interface_descriptor()
[all …]
/Linux-v6.1/arch/arm/mm/
Dcache-feroceon-l2.c30 * Cache range operations are initiated by writing the start and
33 * [start:end].
70 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) in l2_clean_pa_range() argument
75 * Make sure 'start' and 'end' reference the same page, as in l2_clean_pa_range()
77 * the start address. in l2_clean_pa_range()
79 BUG_ON((start ^ end) >> PAGE_SHIFT); in l2_clean_pa_range()
81 va_start = l2_get_va(start); in l2_clean_pa_range()
82 va_end = va_start + (end - start); in l2_clean_pa_range()
101 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) in l2_inv_pa_range() argument
106 * Make sure 'start' and 'end' reference the same page, as in l2_inv_pa_range()
[all …]
/Linux-v6.1/arch/arm/mach-omap1/
Dmcbsp.c96 .start = OMAP7XX_MCBSP1_BASE,
102 .start = INT_7XX_McBSP1RX,
107 .start = INT_7XX_McBSP1TX,
112 .start = 9,
117 .start = 8,
123 .start = OMAP7XX_MCBSP2_BASE,
129 .start = INT_7XX_McBSP2RX,
134 .start = INT_7XX_McBSP2TX,
139 .start = 11,
144 .start = 10,
[all …]
/Linux-v6.1/arch/nios2/mm/
Dcacheflush.c19 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument
23 start &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache()
27 if (end > start + cpuinfo.dcache_size) in __flush_dcache()
28 end = start + cpuinfo.dcache_size; in __flush_dcache()
30 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __flush_dcache()
38 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() argument
42 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache()
46 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache()
54 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() argument
58 start &= ~(cpuinfo.icache_line_size - 1); in __flush_icache()
[all …]
/Linux-v6.1/arch/hexagon/mm/
Dcache.c12 #define spanlines(start, end) \ argument
13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)
15 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() argument
17 unsigned long lines = spanlines(start, end-1); in flush_dcache_range()
20 start &= ~(LINESIZE - 1); in flush_dcache_range()
28 : "r" (start) in flush_dcache_range()
30 start += LINESIZE; in flush_dcache_range()
35 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range() argument
37 unsigned long lines = spanlines(start, end-1); in flush_icache_range()
40 start &= ~(LINESIZE - 1); in flush_icache_range()
[all …]
/Linux-v6.1/tools/testing/nvdimm/test/
Diomap.c69 - nfit_res->res.start \
81 - nfit_res->res.start; in __wrap_devm_ioremap()
92 return nfit_res->buf + offset - nfit_res->res.start; in __wrap_devm_memremap()
119 resource_size_t offset = pgmap->range.start; in __wrap_devm_memremap_pages()
134 return nfit_res->buf + offset - nfit_res->res.start; in __wrap_devm_memremap_pages()
154 return nfit_res->buf + offset - nfit_res->res.start; in __wrap_memremap()
201 struct resource *parent, resource_size_t start,
208 WARN_ON(!nfit_test_release_region(NULL, &iomem_resource, res->start, in nfit_devres_release()
215 resource_size_t start = *((resource_size_t *) match_data); in match() local
217 return res->start == start; in match()
[all …]
/Linux-v6.1/arch/x86/kernel/
Dprobe_roms.c28 .start = 0xf0000,
35 .start = 0xe0000,
42 .start = 0xc8000,
47 .start = 0,
52 .start = 0,
57 .start = 0,
62 .start = 0,
67 .start = 0,
74 .start = 0xc0000,
128 rom = isa_bus_to_virt(res->start); in find_oprom()
[all …]
/Linux-v6.1/mm/
Dmsync.c21 * MS_ASYNC does not start I/O (it used to, up to 2.5.67).
27 * Or the application may run fadvise(FADV_DONTNEED) against the fd to start
32 SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags) in SYSCALL_DEFINE3() argument
40 start = untagged_addr(start); in SYSCALL_DEFINE3()
44 if (offset_in_page(start)) in SYSCALL_DEFINE3()
50 end = start + len; in SYSCALL_DEFINE3()
51 if (end < start) in SYSCALL_DEFINE3()
54 if (end == start) in SYSCALL_DEFINE3()
57 * If the interval [start,end) covers some unmapped address ranges, in SYSCALL_DEFINE3()
63 vma = find_vma(mm, start); in SYSCALL_DEFINE3()
[all …]
/Linux-v6.1/drivers/vhost/
Diotlb.c16 #define START(map) ((map)->start) macro
21 START, LAST, static inline, vhost_iotlb_itree);
41 * @start: start of the IOVA range
43 * @addr: the address that is mapped to @start
47 * Returns an error last is smaller than start or memory allocation
51 u64 start, u64 last, in vhost_iotlb_add_range_ctx() argument
57 if (last < start) in vhost_iotlb_add_range_ctx()
63 if (start == 0 && last == ULONG_MAX) { in vhost_iotlb_add_range_ctx()
65 int err = vhost_iotlb_add_range_ctx(iotlb, start, mid, addr, in vhost_iotlb_add_range_ctx()
72 start = mid + 1; in vhost_iotlb_add_range_ctx()
[all …]
/Linux-v6.1/arch/mips/bcm63xx/
Ddev-enet.c48 .start = -1, /* filled at runtime */
53 .start = -1, /* filled at runtime */
58 .start = -1, /* filled at runtime */
77 .start = -1, /* filled at runtime */
82 .start = -1, /* filled at runtime */
86 .start = -1, /* filled at runtime */
90 .start = -1, /* filled at runtime */
111 .start = -1, /* filled at runtime */
116 .start = -1, /* filled at runtime */
120 .start = -1, /* filled at runtime */
[all …]

12345678910>>...243