Searched refs:ep (Results 1 – 2 of 2) sorted by relevance
41 struct trace_eprobe *ep; member46 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup() argument48 if (!ep) in trace_event_probe_cleanup()50 trace_probe_cleanup(&ep->tp); in trace_event_probe_cleanup()51 kfree(ep->event_name); in trace_event_probe_cleanup()52 kfree(ep->event_system); in trace_event_probe_cleanup()53 if (ep->event) in trace_event_probe_cleanup()54 trace_event_put_ref(ep->event); in trace_event_probe_cleanup()55 kfree(ep->filter_str); in trace_event_probe_cleanup()56 kfree(ep); in trace_event_probe_cleanup()[all …]
251 char **ep = __env; in kdbgetenv() local256 char *e = *ep++; in kdbgetenv()292 char *ep = NULL; in kdballocenv() local295 ep = &envbuffer[envbufsize]; in kdballocenv()298 return ep; in kdballocenv()313 char *ep; in kdbgetulenv() local315 ep = kdbgetenv(match); in kdbgetulenv()316 if (!ep) in kdbgetulenv()318 if (strlen(ep) == 0) in kdbgetulenv()321 *value = simple_strtoul(ep, NULL, 0); in kdbgetulenv()[all …]