Searched refs:select_skb_count (Results 1 – 1 of 1) sorted by relevance
18 #define select_skb_count(skb) (is_tx_skb(skb) ? &rxrpc_n_tx_skbs : &rxrpc_n_rx_skbs) macro26 int n = atomic_inc_return(select_skb_count(skb)); in rxrpc_new_skb()38 int n = atomic_read(select_skb_count(skb)); in rxrpc_see_skb()50 int n = atomic_inc_return(select_skb_count(skb)); in rxrpc_get_skb()74 n = atomic_dec_return(select_skb_count(skb)); in rxrpc_free_skb()89 int n = atomic_dec_return(select_skb_count(skb)); in rxrpc_purge_queue()