Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h93 extern atomic_t netpoll_block_tx;
97 atomic_inc(&netpoll_block_tx); in block_netpoll_tx()
102 atomic_dec(&netpoll_block_tx); in unblock_netpoll_tx()
108 return atomic_read(&netpoll_block_tx); in is_netpoll_tx_blocked()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c201 atomic_t netpoll_block_tx = ATOMIC_INIT(0); variable
5516 WARN_ON(atomic_read(&netpoll_block_tx)); in bonding_exit()