get_option        102 arch/x86/kernel/cpu/common.c 	get_option(&str, &cachesize_override);
get_option        795 arch/x86/kernel/cpu/common.c 	get_option(&arg, &num);
get_option        844 arch/x86/kernel/cpu/common.c 	if (get_option(&arg, &bit) && bit < NCAPINTS*32)
get_option        721 arch/x86/kernel/cpu/mcheck/mce_64.c 		get_option(&str, &tolerant);
get_option        269 arch/x86/kernel/mfgpt_32.c 	get_option(&str, &irq);
get_option        202 arch/x86/kernel/nmi.c 	get_option(&str, &nmi);
get_option         40 arch/x86/kernel/olpc.c 	if (get_option(&str, &ec_timeout) != 1) {
get_option        872 arch/x86/kernel/pci-gart_64.c 		if (isdigit(*p) && get_option(&p, &arg))
get_option        876 arch/x86/kernel/pci-gart_64.c 	if (isdigit(*p) && get_option(&p, &arg))
get_option        896 arch/x86/kernel/pci-gart_64.c 			if (get_option(&p, &arg))
get_option        147 arch/x86/mach-default/setup.c 	get_option(&str, &no_broadcast);
get_option         63 init/do_mounts_md.c 	if (get_option(&str, &minor) != 2) {	/* MD Number */
get_option         81 init/do_mounts_md.c 	switch (get_option(&str, &level)) {	/* RAID level */
get_option         84 init/do_mounts_md.c 			if (get_option(&str, &factor) != 2 ||	/* Chunk Size */
get_option         85 init/do_mounts_md.c 					get_option(&str, &fault) != 2) {
get_option        158 init/main.c    	get_option(&str, &setup_max_cpus);
get_option        250 init/main.c    	get_option(&str, &console_loglevel);
get_option        193 kernel/printk.c 	get_option(&str, &boot_delay);
get_option         65 kernel/profile.c 		if (get_option(&str, &par))
get_option         78 kernel/profile.c 		if (get_option(&str, &par))
get_option         87 kernel/profile.c 		if (get_option(&str, &par))
get_option         92 kernel/profile.c 	} else if (get_option(&str, &par)) {
get_option        815 kernel/resource.c 		if (get_option (&str, &io_start) != 2)
get_option        817 kernel/resource.c 		if (get_option (&str, &io_num)   == 0)
get_option        898 kernel/signal.c 	get_option (&str, &print_fatal_signals);
get_option         93 lib/cmdline.c  		res = get_option ((char **)&str, ints + i);
get_option         32 lib/locking-selftest.c 	get_option(&str, &debug_locks_verbose);
get_option        134 mm/mm_init.c   	get_option(&str, &mminit_loglevel);
get_option       2475 mm/slub.c      	get_option(&str, &slub_min_order);
get_option       2484 mm/slub.c      	get_option(&str, &slub_max_order);
get_option       2493 mm/slub.c      	get_option(&str, &slub_min_objects);