Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Drefcount.h38 static inline __ALWAYS_INLINE void refcount_init(struct refcount* ref) { in refcount_init() function
/trusty/kernel/lib/trusty/
Dhandle.c50 refcount_init(&handle->refcnt); in handle_init_etc()