Searched refs:select_skb_count (Results 1 – 1 of 1) sorted by relevance
21 #define select_skb_count(op) (op >= rxrpc_skb_tx_cleaned ? &rxrpc_n_tx_skbs : &rxrpc_n_rx_skbs) macro29 int n = atomic_inc_return(select_skb_count(op)); in rxrpc_new_skb()40 int n = atomic_read(select_skb_count(op)); in rxrpc_see_skb()51 int n = atomic_inc_return(select_skb_count(op)); in rxrpc_get_skb()65 n = atomic_dec_return(select_skb_count(op)); in rxrpc_free_skb()80 n = atomic_dec_return(select_skb_count(op)); in rxrpc_lose_skb()94 int n = atomic_dec_return(select_skb_count(rxrpc_skb_rx_purged)); in rxrpc_purge_queue()