Home
last modified time | relevance | path

Searched refs:src_pid (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py112 src_pid = src.get_pid()
125 src_qemu_time.append(self._cpu_timing(src_pid))
126 src_vcpu_time.extend(self._vcpu_timing(src_pid, src_threads))
238 src_qemu_time.append(self._cpu_timing(src_pid))
239 src_vcpu_time.extend(self._vcpu_timing(src_pid, src_threads))
258 src_qemu_time.append(self._cpu_timing(src_pid))
259 src_vcpu_time.extend(self._vcpu_timing(src_pid, src_threads))
/openbmc/linux/include/trace/events/
H A Dsched.h616 __field( pid_t, src_pid )
629 __entry->src_pid = task_pid_nr(src_tsk);
642 __entry->src_pid, __entry->src_tgid, __entry->src_ngid,
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.h608 u8 src_pid; member
H A Dmac.c2916 val = u32_replace_bits(val, ctrl_para->src_pid, in rtw89_mac_set_cpuio()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h2229 uint32_t src_pid; /* Src port id. high order byte */ member
H A Dqla_init.c9541 pid1 = pri_entry->src_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()