/Linux-v4.19/arch/mips/kernel/ |
D | mips-mt.c | 27 get_option(&str, &vpelimit); in maxvpes() 38 get_option(&str, &tclimit); in maxtcs() 137 get_option(&str, &mt_opt_rpsctl); in rpsctl_set() 144 get_option(&str, &mt_opt_nblsu); in nblsu_set() 151 get_option(&str, &mt_opt_config7); in config7_set() 179 get_option(&s, &mt_n_iflushes); in niflush() 186 get_option(&s, &mt_n_dflushes); in ndflush() 195 get_option(&str, &itc_base); in set_itc_base()
|
D | mips-mt-fpaff.c | 196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
/Linux-v4.19/drivers/char/ |
D | hangcheck-timer.c | 85 if (get_option(&str,&par)) in hangcheck_parse_tick() 93 if (get_option(&str,&par)) in hangcheck_parse_margin() 101 if (get_option(&str,&par)) in hangcheck_parse_reboot() 109 if (get_option(&str,&par)) in hangcheck_parse_dump_tasks()
|
/Linux-v4.19/lib/ |
D | cmdline.c | 53 int get_option(char **str, int *pint) in get_option() function 71 EXPORT_SYMBOL(get_option); 95 res = get_option((char **)&str, ints + i); in get_options()
|
/Linux-v4.19/init/ |
D | do_mounts_md.c | 65 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-v4.19/kernel/ |
D | profile.c | 68 if (get_option(&str, &par)) in profile_setup() 79 if (get_option(&str, &par)) in profile_setup() 87 if (get_option(&str, &par)) in profile_setup() 91 } else if (get_option(&str, &par)) { in profile_setup()
|
D | smp.c | 532 get_option(&str, &nr_cpus); in nrcpus() 543 get_option(&str, &setup_max_cpus); in maxcpus()
|
/Linux-v4.19/drivers/pnp/ |
D | resource.c | 710 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-v4.19/arch/mips/paravirt/ |
D | paravirt-smp.c | 33 if (get_option(&str, &newval)) { in set_numcpus()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | pdc_chassis.c | 61 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/Linux-v4.19/arch/x86/kernel/ |
D | amd_gart_64.c | 862 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 866 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 886 if (get_option(&p, &arg)) in gart_parse_options()
|
D | smpboot.c | 665 get_option(&str, &init_udelay); in cpu_init_udelay() 1370 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | probe_32.c | 40 get_option(&str, &no_broadcast); in no_ipi_broadcast()
|
/Linux-v4.19/mm/ |
D | mm_init.c | 130 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
|
/Linux-v4.19/arch/x86/kernel/fpu/ |
D | init.c | 276 get_option(&argptr, &bit) && in fpu__init_parse_early_param()
|
/Linux-v4.19/drivers/pnp/isapnp/ |
D | core.c | 1100 (void)((get_option(&str, &isapnp_rdp) == 2) && in isapnp_setup_isapnp() 1101 (get_option(&str, &isapnp_reset) == 2) && in isapnp_setup_isapnp() 1102 (get_option(&str, &isapnp_verbose) == 2)); in isapnp_setup_isapnp()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-versatile.c | 37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | smpboot.c | 152 get_option (&str, &value); in cmdl_force_cpei() 497 get_option (&str, &ticks); in decay()
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc.c | 44 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtasd.c | 602 if (get_option(&str,&i)) { in surveillance_setup()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | of_device_32.c | 428 get_option(&str, &val); in of_debug()
|
/Linux-v4.19/arch/mips/mm/ |
D | tlb-r4k.c | 480 get_option(&str, &ntlb); in set_ntlb()
|
/Linux-v4.19/arch/s390/kernel/ |
D | smp.c | 106 get_option(&s, &smp_max_threads); in early_smt() 865 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()
|
/Linux-v4.19/arch/ia64/mm/ |
D | tlb.c | 154 get_option(&str, &value); in set_nptcg()
|
/Linux-v4.19/arch/x86/mm/ |
D | numa_emulation.c | 500 if (get_option(&emu_cmdline, &dist) == 2) in numa_emulation()
|