Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Drefcount.h315 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() function
335 return __refcount_inc_not_zero(r, NULL); in refcount_inc_not_zero()
/linux-6.15/fs/netfs/
H A Dfscache_cache.c50 success = __refcount_inc_not_zero(&cache->ref, &ref); in fscache_get_cache_maybe()
H A Dfscache_volume.c35 if (!__refcount_inc_not_zero(&volume->ref, &ref)) in fscache_try_get_volume()
/linux-6.15/fs/afs/
H A Dvolume.c266 if (__refcount_inc_not_zero(&volume->ref, &r)) { in afs_try_get_volume()
H A Drxrpc.c681 if (__refcount_inc_not_zero(&call->ref, &r)) { in afs_wake_up_async_call()
/linux-6.15/net/rxrpc/
H A Dlocal_object.c346 if (local && __refcount_inc_not_zero(&local->ref, &r)) { in rxrpc_get_local_maybe()
H A Dconn_object.c265 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
H A Dpeer_object.c408 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()
H A Dcall_object.c514 if (!call || !__refcount_inc_not_zero(&call->ref, &r)) in rxrpc_try_get_call()