Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dproc.h721 extern void *tsd_getcreate(uint_t *, void (*)(void *), void *(*)(void));
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1635 tsd_getcreate(uint_t *keyp, void (*destroy)(void *), void *(*allocate)(void)) in tsd_getcreate() function
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c733 if (*(int *)tsd_getcreate(&keys[i], trans_test_destructor_alloc, in trans_test_tsd()