Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/fs/fscache/
H A Dcache.c50 success = __refcount_inc_not_zero(&cache->ref, &ref); in fscache_get_cache_maybe()
H A Dvolume.c35 if (!__refcount_inc_not_zero(&volume->ref, &ref)) in fscache_try_get_volume()
/openbmc/linux/fs/afs/
H A Dvolume.c247 if (__refcount_inc_not_zero(&volume->ref, &r)) { in afs_try_get_volume()
H A Dserver.c374 if (!__refcount_inc_not_zero(&server->ref, &r)) in afs_maybe_use_server()
H A Drxrpc.c679 if (__refcount_inc_not_zero(&call->ref, &r)) { in afs_wake_up_async_call()
/openbmc/linux/net/rxrpc/
H A Dpeer_object.c395 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()
H A Dconn_object.c263 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
H A Dlocal_object.c349 if (local && __refcount_inc_not_zero(&local->ref, &r)) { in rxrpc_get_local_maybe()
H A Dcall_object.c521 if (!call || !__refcount_inc_not_zero(&call->ref, &r)) in rxrpc_try_get_call()