Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/nfsd/
Dstats.h26 unsigned int th_fullcnt; /* number of times last free thread was used */ member
/linux-2.4.37.9/fs/nfsd/
Dstats.c60 len += sprintf(buffer+len, "th %u %u", nfsdstats.th_cnt, nfsdstats.th_fullcnt); in nfsd_proc_read()
Dnfssvc.c147 nfsdstats.th_fullcnt++; in update_thread_usage()