Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/trace/
H A Dparse_ipc_trace.py593 lastmsg = 0
603 lastmsg = k
709 …plotfile.write(cdf_data_fmt.format(lastmsg=lastmsg, maxdata=maxdata, maxmsg=maxmsg, csvfile=ofile.…
716 …plotfile.write(dcdf_data_fmt.format(lastmsg=lastmsg, maxdata=maxdata, maxmsg=maxmsg, csvfile=ofile…
723 …plotfile.write(freq_data_fmt.format(lastmsg=lastmsg, maxdata=maxdata, maxmsg=maxmsg, csvfile=ofile…
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_lock.c428 long starttime, endtime, lastmsg; in nfs3_lockd_request() local
450 lastmsg = now.tv_sec - ((nmp->nm_tprintf_delay) - (nmp->nm_tprintf_initial_delay)); in nfs3_lockd_request()
623 ((lastmsg + nmp->nm_tprintf_delay) < now.tv_sec)) { in nfs3_lockd_request()
625 lastmsg = now.tv_sec; in nfs3_lockd_request()
H A Dnfs_socket.c1933 time_t lastmsg; in nfs_reconnect() local
1937 lastmsg = now.tv_sec - (nmp->nm_tprintf_delay - nmp->nm_tprintf_initial_delay); in nfs_reconnect()
1956 if ((lastmsg + nmp->nm_tprintf_delay) < now.tv_sec) { in nfs_reconnect()
1957 lastmsg = now.tv_sec; in nfs_reconnect()