Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/shell/lib/
Dwaiting.sh13 th_cnt=$(find "/proc/$1/task" -mindepth 1 -maxdepth 1 -printf x | wc -c)
14 if [ "${th_cnt}" -ge "$2" ] ; then
/linux-6.6.21/fs/nfsd/
Dstats.h33 atomic_t th_cnt; /* number of available threads */ member
Dstats.c48 seq_printf(seq, "th %u 0", atomic_read(&nfsdstats.th_cnt)); in nfsd_show()
Dnfssvc.c953 atomic_inc(&nfsdstats.th_cnt); in nfsd()
967 atomic_dec(&nfsdstats.th_cnt); in nfsd()