Searched refs:get_option (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/kernel/
H A Dwatchdog.c345 get_option(&str, &watchdog_thresh);
H A Dsignal.c1287 get_option (&str, &print_fatal_signals);
H A Dprofile.c79 } else if (get_option(&str, &par)) {
89 if (get_option(&str, &par))
/linux-master/init/
H A Dmain.c255 if (get_option(&str, &newlevel)) {
/linux-master/mm/
H A Dslub.c5449 get_option(&str, (int *)&slub_min_order);
5463 get_option(&str, (int *)&slub_max_order);
5477 get_option(&str, (int *)&slub_min_objects);
H A Dmm_init.c153 get_option(&str, &mminit_loglevel);
/linux-master/include/linux/
H A Dstring.h300 extern int get_option(char **str, int *pint);
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c818 if (isdigit(*p) && get_option(&p, &arg))
838 if (get_option(&p, &arg))
H A Dsmpboot.c678 get_option(&str, &init_udelay);
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c505 get_option(&str, &ntlb);
/linux-master/arch/arm/kernel/
H A Dtraps.c60 get_option(&str, &user_debug);
/linux-master/kernel/printk/
H A Dprintk.c1275 get_option(&str, &boot_delay);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c2349 get_option(&str, &(cfg->monarch_timeout));
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c284 get_option(&str, &cachesize_override);
H A Dtopology.c520 get_option(&str, &max_possible_cpus);
/linux-master/arch/x86/kernel/apic/
H A Dvector.c1367 get_option(&arg, &num);
/linux-master/arch/arm64/mm/
H A Dmmu.c576 if (get_option(&arg, &val))
/linux-master/kernel/time/
H A Dtick-sched.c1574 get_option(&str, &sched_skew_tick);
/linux-master/drivers/char/
H A Dhpet.c338 get_option(&str, &hpet_mmap_enabled);
/linux-master/arch/sparc/kernel/
H A Dpci.c176 get_option(&str, &val);
H A Dof_device_64.c720 get_option(&str, &val);
/linux-master/arch/mips/kernel/
H A Dmips-mt.c28 get_option(&str, &vpelimit);
39 get_option(&str, &tclimit);
130 get_option(&str, &mt_opt_rpsctl);
137 get_option(&str, &mt_opt_nblsu);
144 get_option(&str, &mt_opt_config7);
154 get_option(&str, &itc_base);
/linux-master/lib/
H A Dcmdline_kunit.c48 ret = get_option((char **)&out, &dummy);
/linux-master/drivers/block/
H A Damiflop.c1952 if (!get_option(&str, &n))
/linux-master/arch/s390/kernel/
H A Dsmp.c112 get_option(&s, &smp_max_threads);
907 get_option(&s, &setup_possible_cpus);

Completed in 651 milliseconds

12