HomeSort by: relevance | last modified time | path
    Searched defs:btv (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_lock.c 246 struct timeval btv; local in function:nfs_dolock
290 getmicroboottime(&btv);
291 timevaladd(&p->p_nlminfo->pid_start, &btv);
  /src/sys/miscfs/procfs/
procfs_linux.c 330 struct timeval btv; local in function:procfs_docpustat
331 getmicroboottime(&btv);
344 btv.tv_sec);
  /src/sys/dev/ic/
hd64570.c 2006 struct timeval btv, ctv, dtv; local in function:sca_get_base_clock
2023 microtime(&btv);
2030 timersub(&ctv, &btv, &dtv);
  /src/sys/nfs/
nfs_serv.c 1009 struct timeval btv; local in function:nfsrv_write
1010 getmicroboottime(&btv);
1011 *tl++ = txdr_unsigned(btv.tv_sec);
1012 *tl = txdr_unsigned(btv.tv_usec);
1312 struct timeval btv; local in function:nfsrv_writegather
1313 getmicroboottime(&btv);
1314 *tl++ = txdr_unsigned(btv.tv_sec);
1315 *tl = txdr_unsigned(btv.tv_usec);
3306 struct timeval btv; local in function:nfsrv_commit
3307 getmicroboottime(&btv);
    [all...]

Completed in 16 milliseconds