Searched refs:topts (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.c2820 destroy_trace_option_files(struct trace_option_dentry *topts);
2824 static struct trace_option_dentry *topts; local
2861 destroy_trace_option_files(topts);
2865 topts = create_trace_option_files(current_trace);
4218 struct trace_option_dentry *topts; local
4236 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL);
4237 if (!topts)
4241 create_trace_option_file(&topts[cnt], flags,
4244 return topts;
4248 destroy_trace_option_files(struct trace_option_dentry *topts) argument
[all...]

Completed in 58 milliseconds