Searched refs:md_mn_commd_pid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c88 static pid_t md_mn_commd_pid; variable
95 * If md_mn_commd_pid is 0, trust it. Otherwise, do some in-depth checking
107 if (md_mn_commd_pid == (pid_t)0) {
113 if ((commd_procp = prfind(md_mn_commd_pid)) != NULL &&
121 return ((int)md_mn_commd_pid);
124 md_mn_commd_pid = (pid_t)0;
141 return ((int)md_mn_commd_pid);
147 * Clear the md_mn_commd_pid. Called only from a CPR request to suspend /
148 * terminate a resync thread. We clear the md_mn_commd_pid so that
155 md_mn_commd_pid
[all...]

Completed in 44 milliseconds