Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Drefcount.h51 static inline __ALWAYS_INLINE void refcount_dec(struct refcount* ref, in refcount_dec() function
/trusty/kernel/lib/trusty/
Dhandle.c74 refcount_dec(&handle->refcnt, __handle_destroy_ref); in handle_decref()