Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c4275 static const char this_mod[] = "__this_module"; in module_exists() local
4276 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()
4280 n = snprintf(modname, sizeof(modname), "%s:%s", module, this_mod); in module_exists()