Home
last modified time | relevance | path

Searched refs:__refcount_inc_not_zero (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/linux/
Drefcount.h225 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() function
245 return __refcount_inc_not_zero(r, NULL); in refcount_inc_not_zero()
/Linux-v6.6/fs/fscache/
Dcache.c50 success = __refcount_inc_not_zero(&cache->ref, &ref); in fscache_get_cache_maybe()
/Linux-v6.6/net/rxrpc/
Dlocal_object.c338 if (local && __refcount_inc_not_zero(&local->ref, &r)) { in rxrpc_get_local_maybe()
Dconn_object.c268 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
Dpeer_object.c395 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()
Dcall_object.c526 if (!call || !__refcount_inc_not_zero(&call->ref, &r)) in rxrpc_try_get_call()
/Linux-v6.6/fs/afs/
Dserver.c373 if (!__refcount_inc_not_zero(&server->ref, &r)) in afs_maybe_use_server()
Drxrpc.c679 if (__refcount_inc_not_zero(&call->ref, &r)) { in afs_wake_up_async_call()