Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dconn_object.c269 if (!__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_queue_conn()
314 if (__refcount_inc_not_zero(&conn->ref, &r)) in rxrpc_get_connection_maybe()
H A Dcall_object.c449 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()
H A Dlocal_object.c303 if (__refcount_inc_not_zero(&local->ref, &r)) in rxrpc_get_local_maybe()
H A Dpeer_object.c407 if (__refcount_inc_not_zero(&peer->ref, &r)) in rxrpc_get_peer_maybe()