Searched refs:tsd_destroy (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c531 tsd_destroy(&keys[i]);
548 tsd_destroy(&keys[i]);
556 tsd_destroy(&keys[i]);
585 tsd_destroy(&keys[i]);
611 tsd_destroy(&keys[i]);
637 tsd_destroy(&key);
674 tsd_destroy(&keys[i]);
695 tsd_destroy(&keys[0]);
696 tsd_destroy(&keys[NKEYS - 1]);
697 tsd_destroy(
[all...]
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h299 #define tsd_destroy(kp) /* nothing */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h724 extern void tsd_destroy(uint_t *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1434 * Locks out tsd_create, tsd_destroy, and tsd_exit
1486 * Locks out tsd_create, tsd_destroy, and tsd_exit
1490 tsd_destroy(uint_t *keyp) function
1539 * Assumes the caller is protecting key from tsd_create and tsd_destroy
1579 * Assumes the caller is protecting key from tsd_create and tsd_destroy
1580 * May lock out tsd_destroy (and tsd_create), may allocate memory with
1603 * lock out tsd_destroy()
1632 * Assumes the caller is protecting *keyp from tsd_destroy
1654 * Locks out tsd_create and tsd_destroy
1673 * lock out tsd_create and tsd_destroy, cal
[all...]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c187 tsd_destroy(&devfs_clean_key);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3220 tsd_destroy(&nfs4_tsd_key);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c657 tsd_destroy(&zfs_dbuf_evict_key);
H A Dzfs_ioctl.c6303 tsd_destroy(&zfs_fsyncer_key);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4332 tsd_destroy(&ip_thread_data);

Completed in 156 milliseconds