/linux-6.3-rc2/arch/mips/kernel/ |
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()
|
A D | mips-mt-fpaff.c | 196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
/linux-6.3-rc2/drivers/char/ |
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()
|
/linux-6.3-rc2/lib/ |
A D | cmdline.c | 56 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 D | cmdline_kunit.c | 48 ret = get_option((char **)&out, &dummy); in cmdline_do_one_test()
|
/linux-6.3-rc2/drivers/md/ |
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()
|
/linux-6.3-rc2/drivers/pnp/ |
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()
|
/linux-6.3-rc2/kernel/ |
A D | profile.c | 79 } else if (get_option(&str, &par)) { in profile_setup() 89 if (get_option(&str, &par)) in profile_setup()
|
A D | smp.c | 172 get_option(&str, &val); in csdlock_debug() 1071 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids) in nrcpus() 1081 get_option(&str, &setup_max_cpus); in maxcpus()
|
A D | watchdog.c | 202 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pci-versatile.c | 36 while (get_option(&str, &slot)) { in versatile_pci_slot_ignore()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | pdc_chassis.c | 50 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/linux-6.3-rc2/mm/ |
A D | mm_init.c | 134 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
|
/linux-6.3-rc2/drivers/pnp/isapnp/ |
A D | core.c | 1063 (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-6.3-rc2/arch/x86/kernel/apic/ |
A D | ipi.c | 16 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
|
/linux-6.3-rc2/arch/x86/platform/olpc/ |
A D | olpc.c | 37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | smpboot.c | 150 get_option (&str, &value); in cmdl_force_cpei() 486 get_option (&str, &ticks); in decay()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | amd_gart_64.c | 818 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 838 if (get_option(&p, &arg)) in gart_parse_options()
|
A D | smpboot.c | 769 get_option(&str, &init_udelay); in cpu_init_udelay() 1500 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
|
/linux-6.3-rc2/include/linux/ |
A D | kernel.h | 234 extern int get_option(char **str, int *pint);
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | rtasd.c | 571 if (get_option(&str,&i)) { in surveillance_setup()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | of_device_32.c | 427 get_option(&str, &val); in of_debug()
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | tlb-r4k.c | 495 get_option(&str, &ntlb); in set_ntlb()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | tlb.c | 162 get_option(&str, &value); in set_nptcg()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | numa_emulation.c | 507 if (get_option(&emu_cmdline, &dist) == 2) in numa_emulation()
|