Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/ml/
H A Dlocore.s87 threadp(void)
92 ENTRY_NP(threadp)
95 SET_SIZE(threadp)
/titanic_50/usr/src/uts/intel/asm/
H A Dthread.h50 *threadp(void) in threadp() function
/titanic_50/usr/src/uts/sparc/asm/
H A Dthread.h42 threadp(void) in threadp() function
/titanic_50/usr/src/uts/sparc/ml/
H A Dsparc.il30 .inline threadp,0
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h528 extern kthread_t *threadp(void); /* inline, returns thread pointer */
529 #define curthread (threadp()) /* current thread pointer */
/titanic_50/usr/src/uts/intel/amd64/ml/
H A Damd64.il41 .inline threadp,0
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dia32.il43 .inline threadp,0
H A Di86_subr.s2400 threadp(void)
2407 ENTRY(threadp)
2410 SET_SIZE(threadp)
2414 ENTRY(threadp)
2417 SET_SIZE(threadp)
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h679 kthread_t *threadp; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1310 mpt->m_doneq_thread_id[j].threadp = in mptsas_attach()