Searched refs:__refcount_inc_not_zero (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| A D | refcount.h | 216 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() function 236 return __refcount_inc_not_zero(r, NULL); in refcount_inc_not_zero()
|
| /linux/fs/netfs/ |
| A D | fscache_cache.c | 50 success = __refcount_inc_not_zero(&cache->ref, &ref); in fscache_get_cache_maybe()
|
| A D | fscache_volume.c | 35 if (!__refcount_inc_not_zero(&volume->ref, &ref)) in fscache_try_get_volume()
|
| /linux/fs/afs/ |
| A D | volume.c | 264 if (__refcount_inc_not_zero(&volume->ref, &r)) { in afs_try_get_volume()
|
| A D | server.c | 366 if (!__refcount_inc_not_zero(&server->ref, &r)) in afs_maybe_use_server()
|
| A D | rxrpc.c | 689 if (__refcount_inc_not_zero(&call->ref, &r)) { in afs_wake_up_async_call()
|
| /linux/net/rxrpc/ |
| A D | conn_object.c | 264 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
|
| A D | local_object.c | 349 if (local && __refcount_inc_not_zero(&local->ref, &r)) { in rxrpc_get_local_maybe()
|
| A D | peer_object.c | 397 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()
|
| A D | call_object.c | 516 if (!call || !__refcount_inc_not_zero(&call->ref, &r)) in rxrpc_try_get_call()
|
Completed in 18 milliseconds