Home
last modified time | relevance | path

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

/linux-4.1.27/fs/dlm/
Dutil.c92 ms->m_pid = cpu_to_le32(ms->m_pid); in dlm_message_out()
116 ms->m_pid = le32_to_cpu(ms->m_pid); in dlm_message_in()
Ddlm_internal.h403 uint32_t m_pid; member
Dlock.c3601 ms->m_pid = lkb->lkb_ownpid; in send_args()
3918 lkb->lkb_ownpid = ms->m_pid; in receive_request_args()
4473 do_purge(ls, ms->m_nodeid, ms->m_pid); in receive_purge()
6282 ms->m_pid = pid; in send_purge()
/linux-4.1.27/scripts/
Danalyze_suspend.py1093 m_pid = m.group('pid')
1099 if(m_time and m_pid and m_msg):
1101 pid = int(m_pid)
1333 m_pid = m.group('pid')
1339 if(m_time and m_pid and m_msg):
1341 pid = int(m_pid)