Searched refs:USE_COUNT (Results 1 – 1 of 1) sorted by relevance
197 USE_COUNT=$(lsmod | grep -E "^${NAME} " | awk '{print $3}')199 if [ "$USE_COUNT" = "0" ] ; then