Home
last modified time | relevance | path

Searched refs:get_option (Results 1 - 25 of 100) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmips-mt.c27 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 Dmips-mt-fpaff.c196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dmips-mt.c27 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 Dmips-mt-fpaff.c196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
/kernel/linux/linux-5.10/drivers/char/
H A Dhangcheck-timer.c72 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 Dhangcheck-timer.c72 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 Dcmdline.c18 * 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 Dcmdline.c18 * 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 Dcmdline_kunit.c48 ret = get_option((char **)&out, &dummy); in cmdline_do_one_test()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-autodetect.c71 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 Dmd-autodetect.c71 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 Dprofile.c70 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 Dresource.c710 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 Dresource.c711 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 Dpdc_chassis.c49 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dpdc_chassis.c51 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-versatile.c37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-versatile.c36 while (get_option(&str, &slot)) { in versatile_pci_slot_ignore()
/kernel/linux/linux-6.6/kernel/
H A Dsmp.c155 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 Dprofile.c79 } 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 Dipi.c16 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
/kernel/linux/linux-5.10/mm/
H A Dmm_init.c136 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dipi.c18 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsmpboot.c149 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 Dsmpboot.c150 get_option (&str, &value); in cmdl_force_cpei()
486 get_option (&str, &ticks); in decay()

Completed in 15 milliseconds

1234