Home
last modified time | relevance | path

Searched refs:t_intr (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dcondvar.c163 if (lwp != NULL && t->t_intr == NULL) { in cv_block()
327 ASSERT(t->t_intr == NULL); in cv_wait_sig()
387 ASSERT(t->t_intr == NULL); in cv_timedwait_sig_hires()
549 ASSERT(t->t_intr == NULL); in cv_wait_sig_swap_core()
675 ASSERT(t->t_intr == NULL); in cv_wait_stop()
H A Dclock_tick.c320 if (t->t_intr != NULL) in clock_tick_process()
321 t = t->t_intr; in clock_tick_process()
346 ((cp != CPU) || (t != cp->cpu_thread->t_intr))) { in clock_tick_process()
H A Dmsacct.c182 ASSERT(!CPU_ON_INTR(cpu) && curthread->t_intr == NULL); in new_cpu_mstate()
627 if (((lwp = ttolwp(t)) == NULL) || t->t_intr) in new_mstate()
688 if (!CPU_ON_INTR(t->t_cpu) && curthread->t_intr == NULL) { in new_mstate()
723 ASSERT(t->t_intr == NULL); in restore_mstate()
H A Dclock.c577 t = t->t_intr; in clock()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dst_parse.c826 tdp->t_intr = intr; in intrinsic()
842 newtdp->t_intr = xmalloc(sizeof (intr_t)); in bitintrinsic()
843 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t)); in bitintrinsic()
844 newtdp->t_intr->intr_nbits = nbits; in bitintrinsic()
956 if (mlp->ml_size != itdp->t_intr->intr_nbits) { in soudef()
1176 if (ml->ml_size != tdp->t_intr->intr_nbits) { in resolve_typed_bitfields_cb()
H A Dmerge.c221 intr_t *si = stdp->t_intr; in equiv_intrinsic()
222 intr_t *ti = ttdp->t_intr; in equiv_intrinsic()
736 new->t_intr = xmalloc(sizeof (intr_t)); in conjure_intrinsic()
737 bcopy(old->t_intr, new->t_intr, sizeof (intr_t)); in conjure_intrinsic()
H A Ddwarf.c218 return (tdp->t_intr->intr_nbits); in tdesc_bitsize()
615 tdp->t_intr = intr; in tdesc_intr_common()
673 new->t_intr = xcalloc(sizeof (intr_t)); in tdesc_intr_clone()
674 bcopy(old->t_intr, new->t_intr, sizeof (intr_t)); in tdesc_intr_clone()
675 new->t_intr->intr_nbits = bitsz; in tdesc_intr_clone()
1142 mt->t_intr->intr_nbits != ml->ml_size) { in die_sou_resolve()
1477 tdp->t_intr = intr; in die_base_create()
H A Dctftools.h244 #define t_intr t_data.intr macro
H A Dtdata.c190 free(tdp->t_intr); in free_intr()
H A Dctf.c272 ip = tp->t_intr; in write_type()
985 tdp->t_intr = ip; in resurrect_types()
1001 tdp->t_intr = ip; in resurrect_types()
/titanic_41/usr/src/uts/i86pc/os/
H A Dintr.c743 it->t_intr = t; in intr_thread_prolog()
795 if ((t = it->t_intr) == NULL) { in intr_thread_epilog()
1029 it->t_intr = t; in dosoftint_prolog()
1073 if ((t = it->t_intr) == NULL) { in dosoftint_epilog()
1237 ASSERT(t->t_intr == NULL); in cpu_intr_swtch_enter()
H A Dfastboot.c1301 kthread_t *t_intr = curthread->t_intr; in fastboot_xc_func() local
1314 if (t_intr && t_intr->t_procp->p_as->a_hat != curproc->p_as->a_hat && in fastboot_xc_func()
1315 t_intr->t_procp->p_as != &kas) in fastboot_xc_func()
1316 hat_devload(t_intr->t_procp->p_as->a_hat, (caddr_t)fb->fb_va, in fastboot_xc_func()
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c280 it->t_intr = t; in apix_do_softint_prolog()
325 if ((t = it->t_intr) == NULL) { in apix_do_softint_epilog()
652 it->t_intr = t; in apix_intr_thread_prolog()
699 if ((t = it->t_intr) == NULL) { in apix_intr_thread_epilog()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c500 if (t.t_intr == NULL) { in thread()
507 t.t_pri, t.t_epri, t.t_pil, t.t_intr); in thread()
H A Dgenunix.c3067 pinned = (uintptr_t)t.t_intr; in cpuinfo_walk_cpu()
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1318 ASSERT(t->t_intr != NULL); in thread_unpin()
1320 itp = t->t_intr; /* interrupted thread */ in thread_unpin()
1321 t->t_intr = NULL; /* clear interrupt ptr */ in thread_unpin()
H A Ddisp.c860 if (t->t_intr != NULL) { in swtch()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h151 struct _kthread *t_intr; /* interrupted (pinned) thread */ member
/titanic_41/usr/src/uts/i86pc/ml/
H A Doffsets.in114 t_intr
/titanic_41/usr/src/uts/sun4/ml/
H A Doffsets.in152 t_intr
H A Dinterrupt.s657 ! If t_intr is NULL, we're not pinning anyone, so we use a simpler
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c562 ASSERT(t->t_intr == NULL || t->t_state == TS_RUN); in cpu_intr_swtch_enter()
/titanic_41/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c418 if ((curthread->t_intr) && (!dmultp->ds_bp) && in dmult_deque()