HomeSort by: relevance | last modified time | path
    Searched refs:tsd_destroy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h 147 #define tsd_destroy(keyp) osd_thread_deregister(*(keyp)) macro
197 tsd_destroy(uint_t *keyp) function
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 354 #define tsd_destroy(kp) /* nothing */ macro
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 6894 tsd_destroy(&rrw_tsd_key);
6895 tsd_destroy(&zfs_allow_log_key);
7213 tsd_destroy(&zfs_putpage_key);
7214 tsd_destroy(&rrw_tsd_key);
7215 tsd_destroy(&zfs_allow_log_key);
dbuf.c 658 tsd_destroy(&zfs_dbuf_evict_key);

Completed in 31 milliseconds