newrefcnt         172 net/core/dst.c 		int newrefcnt;
newrefcnt         174 net/core/dst.c 		newrefcnt = atomic_dec_return(&dst->__refcnt);
newrefcnt         175 net/core/dst.c 		if (WARN_ONCE(newrefcnt < 0, "dst_release underflow"))
newrefcnt         177 net/core/dst.c 					     __func__, dst, newrefcnt);
newrefcnt         178 net/core/dst.c 		if (!newrefcnt)
newrefcnt         187 net/core/dst.c 		int newrefcnt;
newrefcnt         189 net/core/dst.c 		newrefcnt = atomic_dec_return(&dst->__refcnt);
newrefcnt         190 net/core/dst.c 		if (WARN_ONCE(newrefcnt < 0, "dst_release_immediate underflow"))
newrefcnt         192 net/core/dst.c 					     __func__, dst, newrefcnt);
newrefcnt         193 net/core/dst.c 		if (!newrefcnt)