Symbol: get_option
arch/arm/kernel/traps.c
60
get_option(&str, &user_debug);
arch/arm/mach-omap1/omap-dma.c
862
if (get_option(&str, &omap_dma_reserve_channels) != 1)
arch/arm64/mm/mmu.c
1045
if (get_option(&arg, &val))
arch/loongarch/kernel/cpu-probe.c
60
get_option(&str, &simd);
arch/mips/kernel/mips-mt-fpaff.c
197
get_option(&str, &fpaff_threshold);
arch/mips/kernel/mips-mt.c
28
get_option(&str, &vpelimit);
arch/mips/kernel/mips-mt.c
39
get_option(&str, &tclimit);
arch/mips/kernel/mips-mt.c
53
get_option(&str, &mt_opt_rpsctl);
arch/mips/kernel/mips-mt.c
60
get_option(&str, &mt_opt_nblsu);
arch/mips/kernel/mips-mt.c
67
get_option(&str, &mt_opt_config7);
arch/mips/kernel/mips-mt.c
77
get_option(&str, &itc_base);
arch/mips/kernel/smp.c
92
get_option(&s, &smp_max_threads);
arch/mips/mm/c-r4k.c
1635
get_option(&str, &cca);
arch/mips/mm/tlb-r4k.c
509
get_option(&str, &ntlb);
arch/parisc/kernel/pdc_chassis.c
51
get_option(&str, &pdc_chassis_enabled);
arch/powerpc/kernel/rtasd.c
573
if (get_option(&str,&i)) {
arch/powerpc/mm/book3s64/pgtable.c
46
if (get_option(&arg, &val))
arch/s390/kernel/smp.c
103
get_option(&s, &smp_max_threads);
arch/s390/kernel/smp.c
889
get_option(&s, &setup_possible_cpus);
arch/sparc/kernel/of_device_32.c
428
get_option(&str, &val);
arch/sparc/kernel/of_device_64.c
718
get_option(&str, &val);
arch/sparc/kernel/pci.c
176
get_option(&str, &val);
arch/x86/kernel/amd_gart_64.c
823
if (isdigit(*p) && get_option(&p, &arg))
arch/x86/kernel/amd_gart_64.c
843
if (get_option(&p, &arg))
arch/x86/kernel/apic/ipi.c
19
get_option(&str, &apic_ipi_shorthand_off);
arch/x86/kernel/apic/vector.c
1361
get_option(&arg, &num);
arch/x86/kernel/cpu/common.c
328
get_option(&str, &cachesize_override);
arch/x86/kernel/cpu/mce/core.c
2385
get_option(&str, &(cfg->monarch_timeout));
arch/x86/kernel/cpu/topology.c
571
get_option(&str, &max_possible_cpus);
arch/x86/kernel/smpboot.c
799
get_option(&str, &init_udelay);
arch/x86/platform/olpc/olpc.c
37
if (get_option(&str, &ec_timeout) != 1) {
drivers/acpi/pci_link.c
809
retval = get_option(&str, &irq);
drivers/block/amiflop.c
1955
if (!get_option(&str, &n))
drivers/char/hangcheck-timer.c
100
if (get_option(&str, &par))
drivers/char/hangcheck-timer.c
73
if (get_option(&str, &par))
drivers/char/hangcheck-timer.c
82
if (get_option(&str, &par))
drivers/char/hangcheck-timer.c
91
if (get_option(&str, &par))
drivers/char/hpet.c
351
get_option(&str, &hpet_mmap_enabled);
drivers/char/lp.c
891
if (get_option(&str, &x)) {
drivers/md/md-autodetect.c
71
if (get_option(&str, &minor) != 2) { /* MD Number */
drivers/md/md-autodetect.c
89
switch (get_option(&str, &level)) { /* RAID level */
drivers/md/md-autodetect.c
92
if (get_option(&str, &factor) != 2 || /* Chunk Size */
drivers/md/md-autodetect.c
93
get_option(&str, &fault) != 2) {
drivers/pci/controller/pci-versatile.c
36
while (get_option(&str, &slot)) {
drivers/pnp/isapnp/core.c
1065
(void)((get_option(&str, &isapnp_rdp) == 2) &&
drivers/pnp/isapnp/core.c
1066
(get_option(&str, &isapnp_reset) == 2) &&
drivers/pnp/isapnp/core.c
1067
(get_option(&str, &isapnp_verbose) == 2));
drivers/pnp/resource.c
711
if (get_option(&str, &pnp_reserve_irq[i]) != 2)
drivers/pnp/resource.c
724
if (get_option(&str, &pnp_reserve_dma[i]) != 2)
drivers/pnp/resource.c
737
if (get_option(&str, &pnp_reserve_io[i]) != 2)
drivers/pnp/resource.c
750
if (get_option(&str, &pnp_reserve_mem[i]) != 2)
include/linux/string.h
319
extern int get_option(char **str, int *pint);
init/main.c
259
if (get_option(&str, &newlevel)) {
kernel/dma/debug.c
970
if (!get_option(&str, &nr_prealloc_entries))
kernel/printk/printk.c
1304
get_option(&str, &boot_delay);
kernel/profile.c
63
} else if (get_option(&str, &par)) {
kernel/profile.c
73
if (get_option(&str, &par))
kernel/resource.c
1802
if (get_option(&str, &io_start) != 2)
kernel/resource.c
1804
if (get_option(&str, &io_num) == 0)
kernel/signal.c
1255
get_option (&str, &print_fatal_signals);
kernel/smp.c
158
ret = get_option(&str, &val);
kernel/smp.c
960
if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids)
kernel/smp.c
970
get_option(&str, &setup_max_cpus);
kernel/time/tick-sched.c
1591
get_option(&str, &sched_skew_tick);
kernel/watchdog.c
424
get_option(&str, &watchdog_thresh);
lib/cmdline.c
115
res = get_option((char **)&str, pint);
lib/cmdline.c
80
EXPORT_SYMBOL(get_option);
lib/locking-selftest.c
45
get_option(&str, &debug_locks_verbose);
lib/tests/cmdline_kunit.c
48
ret = get_option((char **)&out, &dummy);
mm/mm_init.c
169
get_option(&str, &mminit_loglevel);
mm/numa_emulation.c
502
if (get_option(&emu_cmdline, &dist) == 2)