Home
last modified time | relevance | path

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

/linux-6.1.9/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.py3271 m_pid = m.group('pid')
3277 if(m_time and m_pid and m_msg):
3279 pid = int(m_pid)
3427 for m_time, m_proc, m_pid, m_msg, m_param3 in tf:
3429 if(m_time and m_pid and m_msg):
3431 pid = int(m_pid)
/linux-6.1.9/fs/dlm/
Ddlm_internal.h428 __le32 m_pid; member
Dlock.c3624 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args()
3942 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args()
4513 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge()
6375 ms->m_pid = cpu_to_le32(pid); in send_purge()