Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs.sh197 USE_COUNT=$(lsmod | grep -E "^${NAME} " | awk '{print $3}')
199 if [ "$USE_COUNT" = "0" ] ; then