/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | mips-mt.c | 27 get_option(&str, &vpelimit); in maxvpes() 38 get_option(&str, &tclimit); in maxtcs() 129 get_option(&str, &mt_opt_rpsctl); in rpsctl_set() 136 get_option(&str, &mt_opt_nblsu); in nblsu_set() 143 get_option(&str, &mt_opt_config7); in config7_set() 153 get_option(&str, &itc_base); in set_itc_base()
|
H A D | mips-mt-fpaff.c | 196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | mips-mt.c | 27 get_option(&str, &vpelimit); in maxvpes() 38 get_option(&str, &tclimit); in maxtcs() 129 get_option(&str, &mt_opt_rpsctl); in rpsctl_set() 136 get_option(&str, &mt_opt_nblsu); in nblsu_set() 143 get_option(&str, &mt_opt_config7); in config7_set() 153 get_option(&str, &itc_base); in set_itc_base()
|
H A D | mips-mt-fpaff.c | 196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | hangcheck-timer.c | 72 if (get_option(&str,&par)) in hangcheck_parse_tick() 80 if (get_option(&str,&par)) in hangcheck_parse_margin() 88 if (get_option(&str,&par)) in hangcheck_parse_reboot() 96 if (get_option(&str,&par)) in hangcheck_parse_dump_tasks()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | hangcheck-timer.c | 72 if (get_option(&str,&par)) in hangcheck_parse_tick() 80 if (get_option(&str,&par)) in hangcheck_parse_margin() 88 if (get_option(&str,&par)) in hangcheck_parse_reboot() 96 if (get_option(&str,&par)) in hangcheck_parse_dump_tasks()
|
/kernel/linux/linux-5.10/lib/ |
H A D | cmdline.c | 18 * If a hyphen was found in get_option, this will handle the 36 * get_option - Parse integer from an option string 50 int get_option(char **str, int *pint) in get_option() function 68 EXPORT_SYMBOL(get_option); variable 92 res = get_option((char **)&str, ints + i); in get_options()
|
/kernel/linux/linux-6.6/lib/ |
H A D | cmdline.c | 18 * If a hyphen was found in get_option, this will handle the 36 * get_option - Parse integer from an option string 56 int get_option(char **str, int *pint) in get_option() function 80 EXPORT_SYMBOL(get_option); variable 115 res = get_option((char **)&str, pint); in get_options()
|
H A D | cmdline_kunit.c | 48 ret = get_option((char **)&out, &dummy); in cmdline_do_one_test()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-autodetect.c | 71 if (get_option(&str, &minor) != 2) { /* MD Number */ in md_setup() 89 switch (get_option(&str, &level)) { /* RAID level */ in md_setup() 92 if (get_option(&str, &factor) != 2 || /* Chunk Size */ in md_setup() 93 get_option(&str, &fault) != 2) { in md_setup()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-autodetect.c | 71 if (get_option(&str, &minor) != 2) { /* MD Number */ in md_setup() 89 switch (get_option(&str, &level)) { /* RAID level */ in md_setup() 92 if (get_option(&str, &factor) != 2 || /* Chunk Size */ in md_setup() 93 get_option(&str, &fault) != 2) { in md_setup()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | profile.c | 70 if (get_option(&str, &par)) in profile_setup() 81 if (get_option(&str, &par)) in profile_setup() 89 if (get_option(&str, &par)) in profile_setup() 93 } else if (get_option(&str, &par)) { in profile_setup()
|
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | resource.c | 710 if (get_option(&str, &pnp_reserve_irq[i]) != 2) in pnp_setup_reserve_irq() 723 if (get_option(&str, &pnp_reserve_dma[i]) != 2) in pnp_setup_reserve_dma() 736 if (get_option(&str, &pnp_reserve_io[i]) != 2) in pnp_setup_reserve_io() 749 if (get_option(&str, &pnp_reserve_mem[i]) != 2) in pnp_setup_reserve_mem()
|
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | resource.c | 711 if (get_option(&str, &pnp_reserve_irq[i]) != 2) in pnp_setup_reserve_irq() 724 if (get_option(&str, &pnp_reserve_dma[i]) != 2) in pnp_setup_reserve_dma() 737 if (get_option(&str, &pnp_reserve_io[i]) != 2) in pnp_setup_reserve_io() 750 if (get_option(&str, &pnp_reserve_mem[i]) != 2) in pnp_setup_reserve_mem()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | pdc_chassis.c | 49 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | pdc_chassis.c | 51 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-versatile.c | 37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-versatile.c | 36 while (get_option(&str, &slot)) { in versatile_pci_slot_ignore()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | smp.c | 155 ret = get_option(&str, &val); in csdlock_debug() 939 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids) in nrcpus() 949 get_option(&str, &setup_max_cpus); in maxcpus()
|
H A D | profile.c | 79 } else if (get_option(&str, &par)) { in profile_setup() 89 if (get_option(&str, &par)) in profile_setup()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | ipi.c | 16 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mm_init.c | 136 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | ipi.c | 18 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | smpboot.c | 149 get_option (&str, &value); in cmdl_force_cpei() 485 get_option (&str, &ticks); in decay()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | smpboot.c | 150 get_option (&str, &value); in cmdl_force_cpei() 486 get_option (&str, &ticks); in decay()
|