Searched refs:m_pid (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/power/pm-graph/ |
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)
|
D | sleepgraph.py | 3271 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.1.9/fs/dlm/ |
D | dlm_internal.h | 428 __le32 m_pid; member
|
D | lock.c | 3624 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args() 3942 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args() 4513 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge() 6375 ms->m_pid = cpu_to_le32(pid); in send_purge()
|