Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dhandle.c50 refcount_init(&handle->refcnt); in handle_init_etc()
63 struct handle* handle = containerof(ref, struct handle, refcnt); in __handle_destroy_ref()
69 refcount_inc(&handle->refcnt); in handle_incref()
74 refcount_dec(&handle->refcnt, __handle_destroy_ref); in handle_decref()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h56 struct refcount refcnt; member