Home
last modified time | relevance | path

Searched refs:busyfrom (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c699 nfsstatsov1.busyfrom = in nfssvc_call()
700 VNET(nfsstatsv1_p)->busyfrom; in nfssvc_call()
701 nfsstatsov1.busyfrom = in nfssvc_call()
702 VNET(nfsstatsv1_p)->busyfrom; in nfssvc_call()
H A Dnfsport.h505 struct bintime busyfrom; member
570 struct bintime busyfrom; member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c483 VNET(nfsstatsv1_p)->busyfrom = *now; in nfsrvd_statstart()
485 binuptime(&VNET(nfsstatsv1_p)->busyfrom); in nfsrvd_statstart()
522 bintime_sub(&dt, &VNET(nfsstatsv1_p)->busyfrom); in nfsrvd_statend()
524 VNET(nfsstatsv1_p)->busyfrom = *now; in nfsrvd_statend()