Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c23 pid_t last_pid; member
392 pid_t *last_pid; in verif_pid() local
397 last_pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in verif_pid()
399 if (*last_pid == pid) in verif_pid()
402 prev_pid = *last_pid; in verif_pid()
403 *last_pid = pid; in verif_pid()
1292 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in graph_trace_open()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.h246 int last_pid; /* pid of last packet executed */ member
H A Dhcd-ehci.c468 if (q->last_pid && ep != 0 && pid != q->last_pid) { in ehci_verify_pid()
566 if (!q->last_pid || !q->dev) { in ehci_queue_stopped()
570 usb_device_ep_stopped(q->dev, usb_ep_get(q->dev, q->last_pid, endp)); in ehci_queue_stopped()
602 q->last_pid = 0; in ehci_reset_queue()
1365 p->queue->last_pid = p->pid; in ehci_execute()
/openbmc/linux/security/tomoyo/
H A Dcommon.c956 static pid_t last_pid; in tomoyo_manager() local
959 if (last_pid != pid) { in tomoyo_manager()
962 last_pid = pid; in tomoyo_manager()
/openbmc/linux/tools/perf/util/
H A Dsession.c2826 pid_t last_pid = 0; in perf_event__process_id_index() local
2884 if (sid->machine_pid != last_pid) { in perf_event__process_id_index()
2888 last_pid = sid->machine_pid; in perf_event__process_id_index()