Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 48) sorted by relevance

12

/linux/arch/mips/kernel/
H A Dmips-mt.c28 get_option(&str, &vpelimit); in maxvpes()
39 get_option(&str, &tclimit); in maxtcs()
53 get_option(&str, &mt_opt_rpsctl); in rpsctl_set()
60 get_option(&str, &mt_opt_nblsu); in nblsu_set()
67 get_option(&str, &mt_opt_config7); in config7_set()
77 get_option(&str, &itc_base); in set_itc_base()
H A Dmips-mt-fpaff.c197 get_option(&str, &fpaff_threshold); in fpaff_thresh()
H A Dsmp.c92 get_option(&s, &smp_max_threads); in early_smt()
/linux/drivers/char/
H A Dhangcheck-timer.c73 if (get_option(&str, &par)) in hangcheck_parse_tick()
82 if (get_option(&str, &par)) in hangcheck_parse_margin()
91 if (get_option(&str, &par)) in hangcheck_parse_reboot()
100 if (get_option(&str, &par)) in hangcheck_parse_dump_tasks()
/linux/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()
/linux/lib/
H A Dcmdline.c56 int get_option(char **str, int *pint) in get_option() function
80 EXPORT_SYMBOL(get_option);
115 res = get_option((char **)&str, pint); in get_options()
/linux/kernel/
H A Dprofile.c63 } else if (get_option(&str, &par)) { in profile_setup()
73 if (get_option(&str, &par)) in profile_setup()
H A Dsmp.c158 ret = get_option(&str, &val); in csdlock_debug()
960 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids) in nrcpus()
970 get_option(&str, &setup_max_cpus); in maxcpus()
/linux/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()
/linux/drivers/pnp/isapnp/
H A Dcore.c1065 (void)((get_option(&str, &isapnp_rdp) == 2) && in isapnp_setup_isapnp()
1066 (get_option(&str, &isapnp_reset) == 2) && in isapnp_setup_isapnp()
1067 (get_option(&str, &isapnp_verbose) == 2)); in isapnp_setup_isapnp()
/linux/drivers/pci/controller/
H A Dpci-versatile.c36 while (get_option(&str, &slot)) { in versatile_pci_slot_ignore()
/linux/arch/parisc/kernel/
H A Dpdc_chassis.c51 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
/linux/lib/tests/
H A Dcmdline_kunit.c48 ret = get_option((char **)&out, &dummy); in cmdline_do_one_test()
/linux/arch/x86/kernel/apic/
H A Dipi.c19 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
/linux/arch/x86/platform/olpc/
H A Dolpc.c37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
/linux/arch/x86/kernel/
H A Damd_gart_64.c823 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
843 if (get_option(&p, &arg)) in gart_parse_options()
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c60 get_option(&str, &simd); in cpu_setup_simd()
/linux/arch/powerpc/kernel/
H A Drtasd.c573 if (get_option(&str,&i)) { in surveillance_setup()
/linux/arch/sparc/kernel/
H A Dof_device_32.c428 get_option(&str, &val); in of_debug()
H A Dof_device_64.c718 get_option(&str, &val); in of_debug()
/linux/arch/x86/kernel/cpu/
H A Dtopology.c571 get_option(&str, &max_possible_cpus); in setup_possible_cpus()
/linux/arch/s390/kernel/
H A Dsmp.c103 get_option(&s, &smp_max_threads); in early_smt()
889 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()
/linux/include/linux/
H A Dstring.h319 extern int get_option(char **str, int *pint);
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c46 if (get_option(&arg, &val)) in parse_kfence_early_init()
/linux/mm/
H A Dnuma_emulation.c502 if (get_option(&emu_cmdline, &dist) == 2) in numa_emulation()

12