Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_tx.c666 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()
H A Dsmc.h199 atomic_t tx_pushing; /* nr_threads trying tx push */ member