Lines Matching refs:str
26 static int __init maxvpes(char *str) in maxvpes() argument
28 get_option(&str, &vpelimit); in maxvpes()
37 static int __init maxtcs(char *str) in maxtcs() argument
39 get_option(&str, &tclimit); in maxtcs()
51 static int __init rpsctl_set(char *str) in rpsctl_set() argument
53 get_option(&str, &mt_opt_rpsctl); in rpsctl_set()
58 static int __init nblsu_set(char *str) in nblsu_set() argument
60 get_option(&str, &mt_opt_nblsu); in nblsu_set()
65 static int __init config7_set(char *str) in config7_set() argument
67 get_option(&str, &mt_opt_config7); in config7_set()
75 static int __init set_itc_base(char *str) in set_itc_base() argument
77 get_option(&str, &itc_base); in set_itc_base()