Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/events/
Ddlm.h416 __field(uint32_t, m_pid)
447 __entry->m_pid = le32_to_cpu(ms->m_pid);
480 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid,
513 __field(uint32_t, m_pid)
543 __entry->m_pid = le32_to_cpu(ms->m_pid);
574 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid,
/Linux-v6.6/tools/power/pm-graph/
Dbootgraph.py401 m_time, m_proc, m_pid, m_msg, m_dur = \
414 if(m_time and m_pid and m_msg):
416 pid = int(m_pid)
Dsleepgraph.py3291 m_pid = m.group('pid')
3297 if(m_time and m_pid and m_msg):
3299 pid = int(m_pid)
3447 for m_time, m_proc, m_pid, m_msg, m_param3 in tf:
3449 if(m_time and m_pid and m_msg):
3451 pid = int(m_pid)
/Linux-v6.6/fs/dlm/
Ddlm_internal.h416 __le32 m_pid; member
Dlock.c3404 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args()
3727 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args()
4225 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge()
6070 ms->m_pid = cpu_to_le32(pid); in send_purge()