Home
last modified time | relevance | path

Searched refs:threadp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/ml/
H A Dlocore.S57 ENTRY_NP(threadp)
60 SET_SIZE(threadp)
/illumos-gate/usr/src/uts/intel/asm/
H A Dthread.h50 *threadp(void) in threadp() function
/illumos-gate/usr/src/uts/sparc/asm/
H A Dthread.h42 threadp(void) in threadp() function
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h543 extern kthread_t *threadp(void); /* inline, returns thread pointer */
544 #define curthread (threadp()) /* current thread pointer */
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S902 ENTRY(threadp)
905 SET_SIZE(threadp)
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h681 kthread_t *threadp; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1338 mpt->m_doneq_thread_id[j].threadp = in mptsas_attach()