Home
last modified time | relevance | path

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

/trusty/kernel/include/shared/lk/
Dreflist.h81 static inline __ALWAYS_INLINE void obj_add_ref_allow_unreferenced_obj( in obj_add_ref_allow_unreferenced_obj() function
90 obj_add_ref_allow_unreferenced_obj(obj, ref); in obj_add_ref()
/trusty/user/app/storage/
Dblock_cache.c858 obj_add_ref_allow_unreferenced_obj(&entry->obj, ref); in block_cache_get()