counting          302 drivers/net/hamradio/dmascc.c 	    counting[MAX_NUM_DEVS];
counting          370 drivers/net/hamradio/dmascc.c 				counting[i] = 1;
counting          381 drivers/net/hamradio/dmascc.c 				if (base[i] && counting[i]) {
counting          389 drivers/net/hamradio/dmascc.c 						counting[i] = 0;
counting         3697 fs/btrfs/volumes.c 	bool counting = true;
counting         3718 fs/btrfs/volumes.c 	if (!counting) {
counting         3732 fs/btrfs/volumes.c 		if ((!counting && atomic_read(&fs_info->balance_pause_req)) ||
counting         3772 fs/btrfs/volumes.c 		if (!counting) {
counting         3786 fs/btrfs/volumes.c 		if (counting) {
counting         3855 fs/btrfs/volumes.c 	if (counting) {
counting         3857 fs/btrfs/volumes.c 		counting = false;
counting          303 lib/zstd/fse_decompress.c 	short *counting;
counting          310 lib/zstd/fse_decompress.c 	counting = (short *)((U32 *)workspace + spaceUsed32);
counting          319 lib/zstd/fse_decompress.c 	NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
counting          329 lib/zstd/fse_decompress.c 	CHECK_F(FSE_buildDTable_wksp(dt, counting, maxSymbolValue, tableLog, workspace, workspaceSize));