Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Ddlm.h423 __field(uint32_t, m_pid)
454 __entry->m_pid = le32_to_cpu(ms->m_pid);
487 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid,
520 __field(uint32_t, m_pid)
550 __entry->m_pid = le32_to_cpu(ms->m_pid);
581 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid,
/linux-6.3-rc2/tools/power/pm-graph/
A 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)
A 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.3-rc2/fs/dlm/
A Ddlm_internal.h429 __le32 m_pid; member
A Dlock.c3577 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args()
3900 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args()
4397 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge()
6257 ms->m_pid = cpu_to_le32(pid); in send_purge()

Completed in 28 milliseconds