Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dstats.c55 unsigned int jifs = nfsdstats.th_usage[i]; in nfsd_proc_show() local
56 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ; in nfsd_proc_show()