Home
last modified time | relevance | path

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

123

/linux/arch/mips/kernel/
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()
A Dmips-mt-fpaff.c196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
/linux/drivers/char/
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()
/linux/lib/
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()
A Dcmdline_kunit.c48 ret = get_option((char **)&out, &dummy); in cmdline_do_one_test()
A Dlib.a3 …se�build_id_parse_buf�init_vmlinux_build_id�vmlinux_build_id�__clz_tab�get_option�get_options�memp…
/linux/drivers/md/
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/kernel/
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()
A Dsmp.c172 get_option(&str, &val); in csdlock_debug()
1053 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids) in nrcpus()
1063 get_option(&str, &setup_max_cpus); in maxcpus()
A Dwatchdog.c202 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
/linux/drivers/pnp/
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()
/linux/drivers/pnp/isapnp/
A Dcore.c1063 (void)((get_option(&str, &isapnp_rdp) == 2) && in isapnp_setup_isapnp()
1064 (get_option(&str, &isapnp_reset) == 2) && in isapnp_setup_isapnp()
1065 (get_option(&str, &isapnp_verbose) == 2)); in isapnp_setup_isapnp()
/linux/arch/parisc/kernel/
A Dpdc_chassis.c50 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
/linux/drivers/pci/controller/
A Dpci-versatile.c37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
/linux/mm/
A Dmm_init.c132 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
/linux/arch/x86/kernel/apic/
A Dipi.c16 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
/linux/arch/ia64/kernel/
A Dsmpboot.c150 get_option (&str, &value); in cmdl_force_cpei()
486 get_option (&str, &ticks); in decay()
/linux/arch/x86/platform/olpc/
A Dolpc.c37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
/linux/arch/x86/kernel/
A 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()
/linux/include/linux/
A Dkernel.h221 extern int get_option(char **str, int *pint);
/linux/arch/powerpc/kernel/
A Drtasd.c569 if (get_option(&str,&i)) { in surveillance_setup()
/linux/arch/sparc/kernel/
A Dof_device_32.c427 get_option(&str, &val); in of_debug()
/linux/arch/mips/mm/
A Dtlb-r4k.c495 get_option(&str, &ntlb); in set_ntlb()
/linux/arch/ia64/mm/
A Dtlb.c162 get_option(&str, &value); in set_nptcg()
/linux/arch/s390/kernel/
A Dsmp.c109 get_option(&s, &smp_max_threads); in early_smt()
947 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()

Completed in 47 milliseconds

123