Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drefcount.h248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() function
267 __refcount_inc(r, NULL); in refcount_inc()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dlocal_object.c289 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
H A Dconn_object.c299 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
H A Dpeer_object.c393 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
H A Dcall_object.c508 __refcount_inc(&call->ref, &n); in rxrpc_get_call()