Searched refs:__refcount_inc_not_zero (Results 1 – 5 of 5) sorted by relevance
225 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() function245 return __refcount_inc_not_zero(r, NULL); in refcount_inc_not_zero()
269 if (!__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_queue_conn()314 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
449 if (!__refcount_inc_not_zero(&call->ref, &n)) in rxrpc_queue_call()494 if (!__refcount_inc_not_zero(&call->ref, &n)) in rxrpc_try_get_call()
303 if (__refcount_inc_not_zero(&local->ref, &r)) in rxrpc_get_local_maybe()
407 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()