num_inflight 1758 drivers/net/ethernet/mellanox/mlx5/core/cmd.c atomic_set(&ctx->num_inflight, 1); num_inflight 1773 drivers/net/ethernet/mellanox/mlx5/core/cmd.c atomic_dec(&ctx->num_inflight); num_inflight 1774 drivers/net/ethernet/mellanox/mlx5/core/cmd.c wait_event(ctx->wait, atomic_read(&ctx->num_inflight) == 0); num_inflight 1784 drivers/net/ethernet/mellanox/mlx5/core/cmd.c if (atomic_dec_and_test(&ctx->num_inflight)) num_inflight 1796 drivers/net/ethernet/mellanox/mlx5/core/cmd.c if (WARN_ON(!atomic_inc_not_zero(&ctx->num_inflight))) num_inflight 1800 drivers/net/ethernet/mellanox/mlx5/core/cmd.c if (ret && atomic_dec_and_test(&ctx->num_inflight)) num_inflight 898 include/linux/mlx5/driver.h atomic_t num_inflight;