Home
last modified time | relevance | path

Searched refs:tx_pushing (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/net/smc/
Dsmc_tx.c683 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()
Dsmc.h196 atomic_t tx_pushing; /* nr_threads trying tx push */ member