Lines Matching defs:pid
89 static void do_purge(struct dlm_ls *ls, int nodeid, int pid);
2921 lkb->lkb_ownpid = (int) current->pid;
5950 lkb->lkb_ownpid = (int) current->pid;
6269 /* pid of 0 means purge all orphans */
6271 static void do_purge(struct dlm_ls *ls, int nodeid, int pid)
6277 if (pid && lkb->lkb_ownpid != pid)
6286 static int send_purge(struct dlm_ls *ls, int nodeid, int pid)
6297 ms->m_pid = pid;
6303 int nodeid, int pid)
6308 error = send_purge(ls, nodeid, pid);
6311 if (pid == current->pid)
6314 do_purge(ls, nodeid, pid);