Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Drefcount.h36 typedef void (*refcount_destroy_func)(struct refcount* ref); typedef
52 refcount_destroy_func destroy) { in refcount_dec()