Home
last modified time | relevance | path

Searched defs:tsd_create (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h51 #define tsd_create(keyp, destructor) do { \ macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c568 tsd_create(uint_t *keyp, dtor_func_t dtor) in tsd_create() function