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