Searched refs:tmp_fields (Results 1 – 1 of 1) sorted by relevance
1199 char **argv, *field_str, *tmp_fields, *saved_fields = NULL; in __create_synth_event() local1231 tmp_fields = saved_fields = kstrdup(raw_fields, GFP_KERNEL); in __create_synth_event()1232 if (!tmp_fields) { in __create_synth_event()1237 while ((field_str = strsep(&tmp_fields, ";")) != NULL) { in __create_synth_event()