Lines Matching defs:pid
91 static void do_purge(struct dlm_ls *ls, int nodeid, int pid);
2692 lkb->lkb_ownpid = (int) current->pid;
5717 lkb->lkb_ownpid = (int) current->pid;
6042 /* pid of 0 means purge all orphans */
6044 static void do_purge(struct dlm_ls *ls, int nodeid, int pid)
6050 if (pid && lkb->lkb_ownpid != pid)
6059 static int send_purge(struct dlm_ls *ls, int nodeid, int pid)
6070 ms->m_pid = cpu_to_le32(pid);
6076 int nodeid, int pid)
6081 error = send_purge(ls, nodeid, pid);
6084 if (pid == current->pid)
6087 do_purge(ls, nodeid, pid);