Searched refs:m_pid (Results 1 – 4 of 4) sorted by relevance
/linux/include/trace/events/ |
H A D | dlm.h | 408 __field(uint32_t, m_pid) 439 __entry->m_pid = le32_to_cpu(ms->m_pid); 472 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid, 505 __field(uint32_t, m_pid) 535 __entry->m_pid = le32_to_cpu(ms->m_pid); 566 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid,
|
/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 401 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)
|
/linux/fs/dlm/ |
H A D | dlm_internal.h | 439 __le32 m_pid; member
|
H A D | lock.c | 3568 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args() 3880 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args() 4385 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge() 6269 ms->m_pid = cpu_to_le32(pid); in send_purge()
|