Searched refs:tx_pushing (Results 1 – 2 of 2) sorted by relevance
666 if (atomic_inc_return(&conn->tx_pushing) > 1) in smc_tx_sndbuf_nonempty()670 atomic_set(&conn->tx_pushing, 1); in smc_tx_sndbuf_nonempty()680 if (unlikely(!atomic_dec_and_test(&conn->tx_pushing))) in smc_tx_sndbuf_nonempty()
199 atomic_t tx_pushing; /* nr_threads trying tx push */ member