last_pid           23 kernel/trace/trace_functions_graph.c 	pid_t		last_pid;
last_pid          388 kernel/trace/trace_functions_graph.c 	pid_t *last_pid;
last_pid          393 kernel/trace/trace_functions_graph.c 	last_pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid);
last_pid          395 kernel/trace/trace_functions_graph.c 	if (*last_pid == pid)
last_pid          398 kernel/trace/trace_functions_graph.c 	prev_pid = *last_pid;
last_pid          399 kernel/trace/trace_functions_graph.c 	*last_pid = pid;
last_pid         1221 kernel/trace/trace_functions_graph.c 		pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid);
last_pid          964 security/tomoyo/common.c 		static pid_t last_pid;
last_pid          967 security/tomoyo/common.c 		if (last_pid != pid) {
last_pid          970 security/tomoyo/common.c 			last_pid = pid;