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

/linux-master/include/linux/
H A Drefcount.h216 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) function
236 return __refcount_inc_not_zero(r, NULL);
/linux-master/fs/netfs/
H A Dfscache_cache.c50 success = __refcount_inc_not_zero(&cache->ref, &ref);
/linux-master/net/rxrpc/
H A Dpeer_object.c397 if (__refcount_inc_not_zero(&peer->ref, &r))
H A Dlocal_object.c349 if (local && __refcount_inc_not_zero(&local->ref, &r)) {
H A Dconn_object.c264 if (__refcount_inc_not_zero(&conn->ref, &r))
H A Dcall_object.c521 if (!call || !__refcount_inc_not_zero(&call->ref, &r))
/linux-master/fs/afs/
H A Dvolume.c264 if (__refcount_inc_not_zero(&volume->ref, &r)) {
H A Dserver.c366 if (!__refcount_inc_not_zero(&server->ref, &r))
H A Drxrpc.c654 if (__refcount_inc_not_zero(&call->ref, &r)) {

Completed in 128 milliseconds