Searched refs:end (Results 1 – 4 of 4) sorted by relevance
/init/ |
D | calibrate.c | 38 unsigned long pre_end, end, post_end; in calibrate_delay_direct() local 81 end = post_start; in calibrate_delay_direct() 84 pre_end = end; in calibrate_delay_direct() 85 read_current_timer(&end); in calibrate_delay_direct()
|
D | main.c | 321 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) argument 327 char *end = buf + size; in xbc_snprint_cmdline() local 339 ret = snprintf(buf, rest(buf, end), "%s ", xbc_namebuf); in xbc_snprint_cmdline() 346 ret = snprintf(buf, rest(buf, end), "%s=\"%s\" ", in xbc_snprint_cmdline() 354 return buf - (end - size); in xbc_snprint_cmdline()
|
D | initramfs.c | 538 void __weak __init free_initrd_mem(unsigned long start, unsigned long end) in free_initrd_mem() argument 542 unsigned long aligned_end = ALIGN(end, PAGE_SIZE); in free_initrd_mem() 547 free_reserved_area((void *)start, (void *)end, POISON_FREE_INITMEM, in free_initrd_mem() 555 unsigned long crashk_end = (unsigned long)__va(crashk_res.end); in kexec_free_initrd()
|
D | Kconfig | 173 Append an extra string to the end of your kernel version. 1337 The boot config file must be attached at the end of initramfs 1732 # end of the "standard kernel features (expert users)" menu
|