/kernel/linux/linux-5.10/arch/mips/kernel/ |
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()
|
D | mips-mt-fpaff.c | 196 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
/kernel/linux/linux-5.10/drivers/char/ |
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()
|
/kernel/linux/linux-5.10/lib/ |
D | cmdline.c | 50 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()
|
/kernel/linux/linux-5.10/drivers/md/ |
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()
|
/kernel/linux/linux-5.10/kernel/ |
D | profile.c | 70 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()
|
D | smp.c | 775 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids) in nrcpus() 785 get_option(&str, &setup_max_cpus); in maxcpus()
|
D | watchdog.c | 197 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | pdc_chassis.c | 49 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
D | pci-versatile.c | 37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
|
/kernel/linux/linux-5.10/mm/ |
D | mm_init.c | 136 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
|
/kernel/linux/linux-5.10/drivers/pnp/isapnp/ |
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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
D | ipi.c | 16 get_option(&str, &apic_ipi_shorthand_off); in apic_ipi_shorthand()
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
D | olpc.c | 37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | smpboot.c | 149 get_option (&str, &value); in cmdl_force_cpei() 485 get_option (&str, &ticks); in decay()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | amd_gart_64.c | 820 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 840 if (get_option(&p, &arg)) in gart_parse_options()
|
D | smpboot.c | 721 get_option(&str, &init_udelay); in cpu_init_udelay() 1433 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | rtasd.c | 569 if (get_option(&str,&i)) { in surveillance_setup()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | tlb-r4k.c | 495 get_option(&str, &ntlb); in set_ntlb()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | of_device_32.c | 427 get_option(&str, &val); in of_debug()
|
D | of_device_64.c | 720 get_option(&str, &val); in of_debug()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
D | tlb.c | 162 get_option(&str, &value); in set_nptcg()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | smp.c | 107 get_option(&s, &smp_max_threads); in early_smt() 924 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | numa_emulation.c | 508 if (get_option(&emu_cmdline, &dist) == 2) in numa_emulation()
|