Searched refs:__refcount_inc_not_zero (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/include/linux/ |
D | refcount.h | 225 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.1/net/rxrpc/ |
D | conn_object.c | 268 if (!__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_queue_conn() 313 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
|
D | call_object.c | 449 if (!__refcount_inc_not_zero(&call->ref, &n)) in rxrpc_queue_call() 494 if (!__refcount_inc_not_zero(&call->ref, &n)) in rxrpc_try_get_call()
|
D | local_object.c | 285 if (__refcount_inc_not_zero(&local->ref, &r)) in rxrpc_get_local_maybe()
|
D | peer_object.c | 407 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()
|
/Linux-v6.1/fs/fscache/ |
D | cache.c | 50 success = __refcount_inc_not_zero(&cache->ref, &ref); in fscache_get_cache_maybe()
|
/Linux-v6.1/fs/afs/ |
D | server.c | 373 if (!__refcount_inc_not_zero(&server->ref, &r)) in afs_maybe_use_server()
|
D | rxrpc.c | 675 if (__refcount_inc_not_zero(&call->ref, &r)) { in afs_wake_up_async_call()
|