Searched refs:t_options (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c4178 static struct dentry *t_options; local
4180 if (t_options)
4181 return t_options;
4187 t_options = debugfs_create_dir("options", d_tracer);
4188 if (!t_options) {
4193 return t_options;
4201 struct dentry *t_options; local
4203 t_options = trace_options_init_dentry();
4204 if (!t_options)
4210 topt->entry = trace_create_file(opt->name, 0644, t_options, top
4266 struct dentry *t_options; local
4278 struct dentry *t_options; local
[all...]

Completed in 63 milliseconds