Home
last modified time | relevance | path

Searched refs:dst_pid (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Dsched.h681 __field( pid_t, dst_pid )
694 __entry->dst_pid = dst_tsk ? task_pid_nr(dst_tsk) : 0;
704 __entry->dst_pid, __entry->dst_tgid, __entry->dst_ngid,
/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h2231 uint32_t dst_pid; /* Src port id. high order byte */ member
H A Dqla_init.c9548 pid1 = pri_entry->dst_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()