Home
last modified time | relevance | path

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

/linux/fs/dlm/
A 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()
A Ddlm_internal.h420 uint32_t m_pid; member
A Dlock.c3600 ms->m_pid = lkb->lkb_ownpid; in send_args()
3917 lkb->lkb_ownpid = ms->m_pid; in receive_request_args()
4474 do_purge(ls, ms->m_nodeid, ms->m_pid); in receive_purge()
6281 ms->m_pid = pid; in send_purge()
/linux/tools/power/pm-graph/
A 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)
A Dsleepgraph.py3177 m_pid = m.group('pid')
3183 if(m_time and m_pid and m_msg):
3185 pid = int(m_pid)
3294 m_pid = m.group('pid')
3300 if(m_time and m_pid and m_msg):
3302 pid = int(m_pid)

Completed in 28 milliseconds