Searched refs:th_cnt (Results 1 – 4 of 4) sorted by relevance
12 th_cnt=$(find "/proc/$1/task" -mindepth 1 -maxdepth 1 -printf x | wc -c)13 if [ "${th_cnt}" -ge "$2" ] ; then
32 atomic_t th_cnt; /* number of available threads */ member
48 seq_printf(seq, "th %u 0", atomic_read(&nfsdstats.th_cnt)); in nfsd_show()
972 atomic_inc(&nfsdstats.th_cnt); in nfsd()999 atomic_dec(&nfsdstats.th_cnt); in nfsd()
Completed in 10 milliseconds