Searched refs:dst_pid (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 544 __field( pid_t, dst_pid ) 557 __entry->dst_pid = dst_tsk ? task_pid_nr(dst_tsk) : 0; 564 TP_printk("src_pid=%d src_tgid=%d src_ngid=%d src_cpu=%d src_nid=%d dst_pid=%d dst_tgid=%d dst_ngid=%d dst_cpu=%d dst_nid=%d", 567 __entry->dst_pid, __entry->dst_tgid, __entry->dst_ngid,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 629 __field( pid_t, dst_pid ) 642 __entry->dst_pid = dst_tsk ? task_pid_nr(dst_tsk) : 0; 649 TP_printk("src_pid=%d src_tgid=%d src_ngid=%d src_cpu=%d src_nid=%d dst_pid=%d dst_tgid=%d dst_ngid=%d dst_cpu=%d dst_nid=%d", 652 __entry->dst_pid, __entry->dst_tgid, __entry->dst_ngid,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.h | 610 u8 dst_pid; member
|
H A D | mac.c | 2920 val = u32_replace_bits(val, ctrl_para->dst_pid, in rtw89_mac_set_cpuio() 2982 ctrl_para.dst_pid = WDE_DLE_PORT_ID_WDRLS; in dle_quota_change() 3000 ctrl_para.dst_pid = PLE_DLE_PORT_ID_PLRLS; in dle_quota_change()
|
H A D | debug.c | 3122 ctrl_para.dst_pid = WDE_DLE_PORT_ID_WDRLS; in rtw89_dbg_trigger_ctrl_error()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 2200 uint32_t dst_pid; /* Src port id. high order byte */ member
|
H A D | qla_init.c | 9005 pid1 = pri_entry->dst_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 2231 uint32_t dst_pid; /* Src port id. high order byte */ member
|
H A D | qla_init.c | 9491 pid1 = pri_entry->dst_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()
|
Completed in 59 milliseconds