Searched defs:end (Results 1 - 25 of 33) sorted by relevance

12

/kernel/
H A Dcrash_dump.c36 char *end; local
39 elfcorehdr_addr = memparse(arg, &end);
40 if (*end == '@') {
42 elfcorehdr_addr = memparse(end + 1, &end);
44 return end > arg ? 0 : -EINVAL;
H A Dsystem_keyring.c58 const u8 *p, *end; local
64 end = p + system_certificate_list_size;
65 while (p < end) {
69 if (end - p < 4)
76 if (plen > end - p)
H A Drange.c10 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) argument
12 if (start >= end)
20 range[nr_range].end = end;
28 u64 start, u64 end)
32 if (start >= end)
35 /* get new start/end: */
39 if (!range[i].end)
43 common_end = min(range[i].end, end);
27 add_range_with_merge(struct range *range, int az, int nr_range, u64 start, u64 end) argument
63 subtract_range(struct range *range, int az, u64 start, u64 end) argument
[all...]
H A Dres_counter.c184 char *end; local
199 res = memparse(buf, &end);
200 if (*end != '\0')
H A Djump_label.c128 static int addr_conflict(struct jump_entry *entry, void *start, void *end) argument
130 if (entry->code <= (unsigned long)end &&
138 struct jump_entry *iter_stop, void *start, void *end)
144 if (addr_conflict(iter, start, end))
231 static int __jump_label_mod_text_reserved(void *start, void *end) argument
239 WARN_ON_ONCE(__module_text_address((unsigned long)end) != mod);
243 start, end);
418 * @end: end text addr
420 * checks if the text addr located between @start and @end
137 __jump_label_text_reserved(struct jump_entry *iter_start, struct jump_entry *iter_stop, void *start, void *end) argument
428 jump_label_text_reserved(void *start, void *end) argument
[all...]
H A Dtracepoint.c312 goto end;
315 end:
336 goto end;
339 end:
351 struct tracepoint * const *end)
357 for (iter = begin; iter < end; iter++)
380 goto end;
386 end:
463 struct tracepoint * const *end,
471 for (iter = begin; iter < end; ite
350 tp_module_going_check_quiescent(struct tracepoint * const *begin, struct tracepoint * const *end) argument
462 for_each_tracepoint_range(struct tracepoint * const *begin, struct tracepoint * const *end, void (*fct)(struct tracepoint *tp, void *priv), void *priv) argument
[all...]
H A Dpid.c216 struct pidmap *map, *end; local
223 end = &pid_ns->pidmap[PIDMAP_ENTRIES];
224 for (; map < end; map++, offset = 0) {
H A Dsoftirq.c228 unsigned long end = jiffies + MAX_SOFTIRQ_TIME; local
286 if (time_before(jiffies, end) && !need_resched() &&
705 /* Find end, append list for that CPU. */
H A Dresource.c31 .end = IO_SPACE_LIMIT,
39 .end = -1,
107 int width = root->end < 0x10000 ? 4 : 8;
116 width, (unsigned long long) r->end,
210 resource_size_t end = new->end; local
213 if (end < start)
217 if (end > root->end)
222 if (!tmp || tmp->start > end) {
344 resource_size_t start, end; local
394 walk_iomem_res(char *name, unsigned long flags, u64 start, u64 end, void *arg, int (*func)(u64, u64, void *)) argument
423 walk_system_ram_res(u64 start, u64 end, void *arg, int (*func)(u64, u64, void *)) argument
505 resource_size_t end = start + size - 1; local
868 resource_size_t end = start + size - 1; local
923 __reserve_region_with_split(struct resource *root, resource_size_t start, resource_size_t end, const char *name) argument
981 reserve_region_with_split(struct resource *root, resource_size_t start, resource_size_t end, const char *name) argument
1141 resource_size_t end; local
1205 resource_size_t end; local
[all...]
H A Dsysctl_binary.c985 char *str, *end; local
993 end = str + result;
994 *end++ = '\0';
1015 char *str, *end; local
1019 end = str + BUFSZ;
1027 str += scnprintf(str, end - str, "%lu\t", value);
1056 char *str, *end; local
1064 end = str + result;
1065 *end++ = '\0';
1086 char *str, *end; local
[all...]
H A Dauditsc.c191 * ->first_trees points to its beginning, ->trees - to the current end of data.
1294 char *end = proctitle + len - 1; local
1295 while (end > proctitle && !isprint(*end))
1296 end--;
1299 len = end - proctitle + 1;
1464 /* Send end of event record to help user space know we are finished */
2356 * store the priv escalation info for later auditing at the end of the syscall
2451 * audit_core_dumps - record information about processes that end abnormally
H A Dkexec.c75 .end = 0,
81 .end = 0,
123 * to allocate it). The end product of this is that most of the
139 unsigned long start, unsigned long end);
243 (mend > crashk_res.end))
291 if ((entry < crashk_res.start) || (entry > crashk_res.end))
624 unsigned long end)
633 if ((end > mstart) && (start < mend))
778 while (hole_end <= crashk_res.end) {
790 /* Advance the hole to the end o
622 kimage_is_destination_range(struct kimage *image, unsigned long start, unsigned long end) argument
1496 crash_free_reserved_phys_range(unsigned long begin, unsigned long end) argument
1508 unsigned long start, end; local
1646 unsigned long long start, end = ULLONG_MAX, size; local
2018 locate_mem_hole_top_down(unsigned long start, unsigned long end, struct kexec_buf *kbuf) argument
2056 locate_mem_hole_bottom_up(unsigned long start, unsigned long end, struct kexec_buf *kbuf) argument
2090 locate_mem_hole_callback(u64 start, u64 end, void *arg) argument
[all...]
H A Dkprobes.c2047 unsigned long *end)
2053 for (iter = start; iter < end; iter++) {
2046 populate_kprobe_blacklist(unsigned long *start, unsigned long *end) argument
H A Dsys.c2034 unsigned long start, unsigned long end,
2047 *prev = vma_merge(mm, *prev, start, end, vma->vm_flags, vma->anon_vma,
2063 if (end != vma->vm_end) {
2064 error = split_vma(mm, vma, end, 0);
2079 static int prctl_set_vma_anon_name(unsigned long start, unsigned long end, argument
2088 * If the interval [start,end) covers some unmapped address
2089 * ranges, just ignore them, but return -ENOMEM at the end.
2097 /* Still start < end. */
2102 /* Here start < (end|vma->vm_end). */
2106 if (start >= end)
2032 prctl_update_vma_anon_name(struct vm_area_struct *vma, struct vm_area_struct **prev, unsigned long start, unsigned long end, const char __user *name_addr) argument
2139 unsigned long end; local
[all...]
/kernel/power/
H A Dprocess.c34 struct timeval start, end; local
90 do_gettimeofday(&end);
91 elapsed_msecs64 = timeval_to_ns(&end) - timeval_to_ns(&start);
H A Dwakelock.c41 char *end = buf + PAGE_SIZE; local
48 str += scnprintf(str, end - str, "%s ", wl->name);
53 str += scnprintf(str, end - str, "\n");
H A Dswap.c116 unsigned long end; member in struct:swsusp_extent
138 } else if (swap_offset > ext->end) {
140 if (swap_offset == ext->end + 1) {
141 ext->end++;
156 ext->end = swap_offset;
197 for (offset = ext->start; offset <= ext->end; offset++)
742 * any garbage at the end will be discarded when we
1204 * On real read error, finish. On end of data,
1402 goto end;
1411 end
[all...]
H A Dsnapshot.c245 * pfns that correspond to the start and end of the represented zone.
249 * It also contains the pfns that correspond to the start and end of
289 unsigned long end_pfn; /* Zone end page frame + 1 */
429 unsigned long start, unsigned long end)
435 pages = end - start;
443 zone->end_pfn = end;
490 unsigned long end; member in struct:mem_extent
527 if (zone_start <= ext->end)
540 new_ext->end = zone_end;
548 if (zone_end > ext->end)
427 create_zone_bm_rtree(gfp_t gfp_mask, int safe_needed, struct chain_allocator *ca, unsigned long start, unsigned long end) argument
[all...]
/kernel/bpf/
H A Dsyscall.c561 unsigned char __user *end; local
565 end = (void __user *)uattr + size;
567 for (; addr < end; addr++) {
/kernel/trace/
H A Dtrace_mmiotrace.c66 resource_size_t start, end; local
79 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end);
85 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end);
87 dev->resource[i].start < dev->resource[i].end ?
88 (unsigned long long)(end - start) + 1 : 0);
H A Dtrace_printk.c49 void hold_module_trace_bprintk_format(const char **start, const char **end) argument
55 if (start != end)
59 for (iter = start; iter < end; iter++) {
89 const char **end = start + mod->num_trace_bprintk_fmt; local
92 hold_module_trace_bprintk_format(start, end);
H A Dtrace_output.c1194 unsigned long *end; local
1197 end = (unsigned long *)((long)iter->ent + iter->ent_size);
1202 for (p = field->caller; p && *p != ULONG_MAX && p < end; p++) {
H A Dtrace_probe.h374 u32 end = tp->size; local
384 *dl = make_data_rloc(maxlen, end - tp->args[i].offset);
388 end += get_rloc_len(*dl);
H A Dblktrace.c1177 int i, end, ret; local
1186 for (end = pdu_len - 1; end >= 0; end--)
1187 if (pdu_buf[end])
1189 end++;
1205 if (i == end && end != pdu_len - 1)
1783 int i, end; local
1792 for (end
[all...]
/kernel/events/
H A Duprobes.c1023 unsigned long start, unsigned long end,
1032 max = min + (end - start) - 1;
1095 vma_has_uprobes(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument
1104 max = min + (end - start) - 1;
1116 void uprobe_munmap(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument
1128 if (vma_has_uprobes(vma, start, end))
1021 build_probe_list(struct inode *inode, struct vm_area_struct *vma, unsigned long start, unsigned long end, struct list_head *head) argument

Completed in 310 milliseconds

12