/linux-4.4.14/arch/mips/kernel/ |
D | mips-mt.c | 26 get_option(&str, &vpelimit); in maxvpes() 37 get_option(&str, &tclimit); in maxtcs() 136 get_option(&str, &mt_opt_rpsctl); in rpsctl_set() 143 get_option(&str, &mt_opt_nblsu); in nblsu_set() 150 get_option(&str, &mt_opt_config7); in config7_set() 178 get_option(&s, &mt_n_iflushes); in niflush() 185 get_option(&s, &mt_n_dflushes); in ndflush() 194 get_option(&str, &itc_base); in set_itc_base()
|
D | mips-mt-fpaff.c | 192 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
/linux-4.4.14/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()
|
D | lp.c | 844 if (get_option(&str, &x)) { in lp_setup()
|
D | hpet.c | 375 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
|
/linux-4.4.14/lib/ |
D | cmdline.c | 52 int get_option(char **str, int *pint) in get_option() function 70 EXPORT_SYMBOL(get_option); 94 res = get_option((char **)&str, ints + i); in get_options()
|
D | dma-debug.c | 1063 res = get_option(&str, &req_entries); in dma_debug_entries_cmdline()
|
D | locking-selftest.c | 34 get_option(&str, &debug_locks_verbose); in setup_debug_locks_verbose()
|
/linux-4.4.14/init/ |
D | do_mounts_md.c | 74 if (get_option(&str, &minor) != 2) { /* MD Number */ in md_setup() 92 switch (get_option(&str, &level)) { /* RAID level */ in md_setup() 95 if (get_option(&str, &factor) != 2 || /* Chunk Size */ in md_setup() 96 get_option(&str, &fault) != 2) { in md_setup()
|
D | main.c | 227 if (get_option(&str, &newlevel)) { in loglevel()
|
/linux-4.4.14/arch/metag/mm/ |
D | l2cache.c | 21 if (get_option(&cp, &l2cache_init) != 1) { in parse_l2cache() 33 if (get_option(&cp, &l2cache_init_pf) != 1) { in parse_l2cache_pf()
|
/linux-4.4.14/kernel/ |
D | profile.c | 65 if (get_option(&str, &par)) in profile_setup() 76 if (get_option(&str, &par)) in profile_setup() 84 if (get_option(&str, &par)) in profile_setup() 88 } else if (get_option(&str, &par)) { in profile_setup()
|
D | smp.c | 531 get_option(&str, &nr_cpus); in nrcpus() 542 get_option(&str, &setup_max_cpus); in maxcpus()
|
D | resource.c | 1406 if (get_option (&str, &io_start) != 2) in reserve_setup() 1408 if (get_option (&str, &io_num) == 0) in reserve_setup()
|
D | signal.c | 1115 get_option (&str, &print_fatal_signals); in setup_print_fatal_signals()
|
/linux-4.4.14/drivers/pnp/ |
D | resource.c | 709 if (get_option(&str, &pnp_reserve_irq[i]) != 2) in pnp_setup_reserve_irq() 722 if (get_option(&str, &pnp_reserve_dma[i]) != 2) in pnp_setup_reserve_dma() 735 if (get_option(&str, &pnp_reserve_io[i]) != 2) in pnp_setup_reserve_io() 748 if (get_option(&str, &pnp_reserve_mem[i]) != 2) in pnp_setup_reserve_mem()
|
/linux-4.4.14/arch/mips/paravirt/ |
D | paravirt-smp.c | 32 if (get_option(&str, &newval)) { in set_numcpus()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | clock.c | 123 get_option(&str, &mpurate); in omap_clk_setup()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-watchdog.c | 82 get_option(&str, &opt); in setup_watchdog()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | probe_32.c | 40 get_option(&str, &no_broadcast); in no_ipi_broadcast()
|
D | vector.c | 928 get_option(&arg, &num); in setup_show_lapic()
|
D | apic.c | 2545 if (!arg || !get_option(&arg, &disabled_cpu_apicid)) in apic_set_disabled_cpu_apicid()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pdc_chassis.c | 61 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/linux-4.4.14/mm/ |
D | mm_init.c | 136 get_option(&str, &mminit_loglevel); in set_mminit_loglevel()
|
D | slub.c | 3493 get_option(&str, &slub_min_order); in setup_slub_min_order() 3502 get_option(&str, &slub_max_order); in setup_slub_max_order() 3512 get_option(&str, &slub_min_objects); in setup_slub_min_objects()
|
D | slab.c | 593 get_option(&str, &slab_max_order); in slab_max_order_setup()
|
/linux-4.4.14/arch/x86/kernel/ |
D | amd_gart_64.c | 869 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 873 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 893 if (get_option(&p, &arg)) in gart_parse_options()
|
D | smpboot.c | 516 get_option(&str, &init_udelay); in cpu_init_udelay() 1258 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-versatile.c | 43 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
|
/linux-4.4.14/drivers/pnp/isapnp/ |
D | core.c | 1103 (void)((get_option(&str, &isapnp_rdp) == 2) && in isapnp_setup_isapnp() 1104 (get_option(&str, &isapnp_reset) == 2) && in isapnp_setup_isapnp() 1105 (get_option(&str, &isapnp_verbose) == 2)); in isapnp_setup_isapnp()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | smpboot.c | 152 get_option (&str, &value); in cmdl_force_cpei() 497 get_option (&str, &ticks); in decay()
|
/linux-4.4.14/arch/arm/mach-versatile/ |
D | pci.c | 65 while ((retval = get_option(&str,&slot))) { in versatile_pci_slot_ignore()
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc.c | 44 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 171 get_option(&str, &cachesize_override); in cachesize_setup() 1078 get_option(&arg, &num); in setup_show_msr() 1133 if (get_option(&arg, &bit) && bit < NCAPINTS*32) in setup_disablecpuid()
|
/linux-4.4.14/arch/s390/kernel/ |
D | early.c | 350 get_option(&str, &val); in cad_setup()
|
D | smp.c | 94 get_option(&s, &smp_max_threads); in early_smt() 847 get_option(&s, &setup_possible_cpus); in _setup_possible_cpus()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtasd.c | 584 if (get_option(&str,&i)) { in surveillance_setup()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | of_device_32.c | 423 get_option(&str, &val); in of_debug()
|
D | of_device_64.c | 718 get_option(&str, &val); in of_debug()
|
D | pci.c | 174 get_option(&str, &val); in ofpci_debug()
|
/linux-4.4.14/arch/mips/mm/ |
D | tlb-r4k.c | 470 get_option(&str, &ntlb); in set_ntlb()
|
D | c-r4k.c | 1581 get_option(&str, &cca); in cca_setup()
|
/linux-4.4.14/arch/x86/mm/ |
D | numa_emulation.c | 423 if (get_option(&emu_cmdline, &dist) == 2) in numa_emulation()
|
/linux-4.4.14/arch/ia64/mm/ |
D | tlb.c | 154 get_option(&str, &value); in set_nptcg()
|
/linux-4.4.14/arch/arm/kernel/ |
D | traps.c | 57 get_option(&str, &user_debug); in user_debug_setup()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 424 extern int get_option(char **str, int *pint);
|
/linux-4.4.14/drivers/acpi/ |
D | pci_link.c | 791 retval = get_option(&str, &irq); in acpi_irq_penalty_update()
|
/linux-4.4.14/kernel/time/ |
D | tick-sched.c | 1085 get_option(&str, &sched_skew_tick); in skew_tick()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | clock.c | 731 get_option(&str, &mpurate); in omap_clk_setup()
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 2030 if (get_option(&str, &cfg->tolerant) == 2) in mcheck_enable() 2031 get_option(&str, &(cfg->monarch_timeout)); in mcheck_enable()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dma.c | 1463 if (get_option(&str, &omap_dma_reserve_channels) != 1) in omap_dma_cmdline_reserve_ch()
|
/linux-4.4.14/drivers/block/ |
D | amiflop.c | 1883 if (!get_option(&str, &n)) in amiga_floppy_setup()
|
/linux-4.4.14/drivers/net/wan/ |
D | dscc4.c | 2031 while (*p && (get_option(&str, *p) == 2)) in dscc4_setup()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 994 get_option(&str, &boot_delay); in boot_delay_setup()
|