Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 3 of 3) sorted by relevance

/kernel/locking/
Dlocktorture.c588 const char *tag) in lock_torture_print_module_parms() argument
592 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
/kernel/rcu/
Drcutorture.c1259 rcu_torture_print_module_parms(struct rcu_torture_ops *cur_ops, const char *tag) in rcu_torture_print_module_parms() argument
1271 torture_type, tag, nrealreaders, nfakewriters, in rcu_torture_print_module_parms()
/kernel/
Dmodule.c2169 static char *get_modinfo(struct load_info *info, const char *tag) in get_modinfo() argument
2172 unsigned int taglen = strlen(tag); in get_modinfo()
2177 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_modinfo()