Home
last modified time | relevance | path

Searched refs:last_pid (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/kernel/trace/
Dtrace_functions_graph.c23 pid_t last_pid; member
388 pid_t *last_pid; in verif_pid() local
393 last_pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in verif_pid()
395 if (*last_pid == pid) in verif_pid()
398 prev_pid = *last_pid; in verif_pid()
399 *last_pid = pid; in verif_pid()
1221 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in graph_trace_open()
/Linux-v5.4/security/tomoyo/
Dcommon.c963 static pid_t last_pid; in tomoyo_manager() local
966 if (last_pid != pid) { in tomoyo_manager()
969 last_pid = pid; in tomoyo_manager()