Searched refs:topts (Results 1 – 2 of 2) sorted by relevance
8825 struct trace_option_dentry *topts; in create_trace_option_files() local8858 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL); in create_trace_option_files()8859 if (!topts) in create_trace_option_files()8862 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()8865 kfree(topts); in create_trace_option_files()8869 tr->topts = tr_topts; in create_trace_option_files()8870 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()8871 tr->topts[tr->nr_topts].topts = topts; in create_trace_option_files()8877 MEM_FAIL(topts[cnt].entry == NULL, in create_trace_option_files()9329 kfree(tr->topts[i].topts); in __remove_instance()[all …]
193 struct trace_option_dentry *topts; member357 struct trace_options *topts; member
Completed in 25 milliseconds