Home
last modified time | relevance | path

Searched refs:refcount_inc (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Drefcount.h45 static inline __ALWAYS_INLINE void refcount_inc(struct refcount* ref) { in refcount_inc() function
/trusty/kernel/lib/trusty/
Dhandle.c69 refcount_inc(&handle->refcnt); in handle_incref()