Searched refs:__refcount_inc_not_zero (Results 1 – 8 of 8) 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()
50 success = __refcount_inc_not_zero(&cache->ref, &ref); in fscache_get_cache_maybe()
338 if (local && __refcount_inc_not_zero(&local->ref, &r)) { in rxrpc_get_local_maybe()
268 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
395 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()
526 if (!call || !__refcount_inc_not_zero(&call->ref, &r)) in rxrpc_try_get_call()
373 if (!__refcount_inc_not_zero(&server->ref, &r)) in afs_maybe_use_server()
679 if (__refcount_inc_not_zero(&call->ref, &r)) { in afs_wake_up_async_call()