Home
last modified time | relevance | path

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

/Linux-v5.4/fs/dlm/
Dutil.c90 ms->m_pid = cpu_to_le32(ms->m_pid); in dlm_message_out()
114 ms->m_pid = le32_to_cpu(ms->m_pid); in dlm_message_in()
Ddlm_internal.h408 uint32_t m_pid; member
Dlock.c3602 ms->m_pid = lkb->lkb_ownpid; in send_args()
3919 lkb->lkb_ownpid = ms->m_pid; in receive_request_args()
4476 do_purge(ls, ms->m_nodeid, ms->m_pid); in receive_purge()
6283 ms->m_pid = pid; in send_purge()
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py399 m_time, m_proc, m_pid, m_msg, m_dur = \
412 if(m_time and m_pid and m_msg):
414 pid = int(m_pid)
Dsleepgraph.py2997 m_pid = m.group('pid')
3003 if(m_time and m_pid and m_msg):
3005 pid = int(m_pid)
3128 m_pid = m.group('pid')
3134 if(m_time and m_pid and m_msg):
3136 pid = int(m_pid)