Searched refs:m_pid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | util.c | 90 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()
|
H A D | dlm_internal.h | 407 uint32_t m_pid; member
|
H A D | lock.c | 3605 ms->m_pid = lkb->lkb_ownpid; in send_args() 3922 lkb->lkb_ownpid = ms->m_pid; in receive_request_args() 4489 do_purge(ls, ms->m_nodeid, ms->m_pid); in receive_purge() 6297 ms->m_pid = pid; in send_purge()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 416 __field(uint32_t, m_pid) 447 __entry->m_pid = le32_to_cpu(ms->m_pid); 471 "m_pid=%u m_lkid=%u m_remid=%u m_parent_lkid=%u " 480 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid, 513 __field(uint32_t, m_pid) 543 __entry->m_pid = le32_to_cpu(ms->m_pid); 565 "m_pid=%u m_lkid=%u m_remid=%u m_parent_lkid=%u " 574 __entry->m_nodeid, __entry->m_pid, __entr [all...] |
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 399 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)
|
H A D | sleepgraph.py | 3095 m_pid = m.group('pid') 3101 if(m_time and m_pid and m_msg): 3103 pid = int(m_pid) 3212 m_pid = m.group('pid') 3218 if(m_time and m_pid and m_msg): 3220 pid = int(m_pid)
|
/kernel/linux/linux-6.6/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)
|
H A D | sleepgraph.py | 3291 m_pid = m.group('pid') 3297 if(m_time and m_pid and m_msg): 3299 pid = int(m_pid) 3447 for m_time, m_proc, m_pid, m_msg, m_param3 in tf: 3449 if(m_time and m_pid and m_msg): 3451 pid = int(m_pid)
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dlm_internal.h | 416 __le32 m_pid; member
|
H A D | lock.c | 3404 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args() 3727 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args() 4225 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge() 6070 ms->m_pid = cpu_to_le32(pid); in send_purge()
|
Completed in 38 milliseconds