Searched refs:refcnt (Results 1 – 2 of 2) sorted by relevance
50 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()
56 struct refcount refcnt; member