Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/mips/kernel/
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()
Dmips-mt-fpaff.c196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
/Linux-v5.4/drivers/char/
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()
/Linux-v5.4/lib/
Dcmdline.c50 int get_option(char **str, int *pint) in get_option() function
68 EXPORT_SYMBOL(get_option);
92 res = get_option((char **)&str, ints + i); in get_options()
/Linux-v5.4/init/
Ddo_mounts_md.c65 if (get_option(&str, &minor) != 2) { /* MD Number */ in md_setup()
83 switch (get_option(&str, &level)) { /* RAID level */ in md_setup()
86 if (get_option(&str, &factor) != 2 || /* Chunk Size */ in md_setup()
87 get_option(&str, &fault) != 2) { in md_setup()
/Linux-v5.4/kernel/
Dprofile.c69 if (get_option(&str, &par)) in profile_setup()
80 if (get_option(&str, &par)) in profile_setup()
88 if (get_option(&str, &par)) in profile_setup()
92 } else if (get_option(&str, &par)) { in profile_setup()
Dsmp.c547 get_option(&str, &nr_cpus); in nrcpus()
558 get_option(&str, &setup_max_cpus); in maxcpus()
Dwatchdog.c204 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
/Linux-v5.4/drivers/pnp/
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()
/Linux-v5.4/arch/mips/paravirt/
Dparavirt-smp.c33 if (get_option(&str, &newval)) { in set_numcpus()
/Linux-v5.4/arch/parisc/kernel/
Dpdc_chassis.c49 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
/Linux-v5.4/arch/x86/kernel/fpu/
Dinit.c272 get_option(&argptr, &bit) && in fpu__init_parse_early_param()
/Linux-v5.4/mm/
Dmm_init.c131 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
/Linux-v5.4/arch/x86/kernel/apic/
Dipi.c15 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
/Linux-v5.4/drivers/pnp/isapnp/
Dcore.c1086 (void)((get_option(&str, &isapnp_rdp) == 2) && in isapnp_setup_isapnp()
1087 (get_option(&str, &isapnp_reset) == 2) && in isapnp_setup_isapnp()
1088 (get_option(&str, &isapnp_verbose) == 2)); in isapnp_setup_isapnp()
/Linux-v5.4/arch/x86/platform/olpc/
Dolpc.c37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
/Linux-v5.4/drivers/pci/controller/
Dpci-versatile.c37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
/Linux-v5.4/arch/ia64/kernel/
Dsmpboot.c151 get_option (&str, &value); in cmdl_force_cpei()
496 get_option (&str, &ticks); in decay()
/Linux-v5.4/arch/x86/kernel/
Damd_gart_64.c820 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
840 if (get_option(&p, &arg)) in gart_parse_options()
Dsmpboot.c717 get_option(&str, &init_udelay); in cpu_init_udelay()
1428 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
/Linux-v5.4/arch/powerpc/kernel/
Drtasd.c591 if (get_option(&str,&i)) { in surveillance_setup()
/Linux-v5.4/arch/sparc/kernel/
Dof_device_32.c427 get_option(&str, &val); in of_debug()
/Linux-v5.4/arch/mips/mm/
Dtlb-r4k.c493 get_option(&str, &ntlb); in set_ntlb()
/Linux-v5.4/arch/ia64/mm/
Dtlb.c163 get_option(&str, &value); in set_nptcg()
/Linux-v5.4/arch/s390/kernel/
Dsmp.c106 get_option(&s, &smp_max_threads); in early_smt()
889 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()

12