HomeSort by: relevance | last modified time | path
    Searched refs:pid_start (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nlminfo.h 42 struct timeval pid_start; /* process starting time */ member in struct:nlminfo
  /src/sys/fs/nfs/common/
nfs_lock.h 57 struct timeval pid_start; /* Start time of process id */ member in struct:lockd_msg_ident
nfs_lock.c 289 p->p_nlminfo->pid_start = p->p_stats->p_start;
291 timevaladd(&p->p_nlminfo->pid_start, &btv);
293 msg.lm_msg_ident.pid_start = p->p_nlminfo->pid_start;
378 (timevalcmp(&targetp->p_nlminfo->pid_start,
379 &ansp->la_msg_ident.pid_start, !=) ||

Completed in 16 milliseconds