Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h33 typedef void (*dtor_func_t)(void *); typedef
38 extern void tsd_create(uint_t *, dtor_func_t);
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c81 dtor_func_t he_dtor;
215 tsd_hash_add_key(tsd_hash_table_t *table, uint_t *keyp, dtor_func_t dtor) in tsd_hash_add_key()
568 tsd_create(uint_t *keyp, dtor_func_t dtor) in tsd_create()