Searched refs:curthread (Results 1 - 25 of 639) sorted by path

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dcrash.d69 self->elapsed = timestamp - curthread->t_procp->p_mstart;
80 printf("LWPs: %d\n", curthread->t_procp->p_lwpcnt);
117 self->procp = curthread->t_procp;
H A Ddispqlen.d46 lquantize(curthread->t_cpu->cpu_disp->disp_nrunnable, 0, 64, 1);
H A Dfspaging.d81 this->filistp = curthread->t_procp->p_user.u_finfo.fi_list;
H A Dfsrw.d77 this->filistp = curthread->t_procp->p_user.u_finfo.fi_list;
H A Dguess.d100 /state == 3 && curthread->t_procp->p_parent->p_ppid == $pid && arg0 == 0/
H A Dmmapfiles.d48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
H A Dpathopens.d61 this->path = curthread->t_procp->p_user.u_cdir->v_path;
H A Drunocc.d45 /curthread->t_cpu->cpu_disp->disp_nrunnable/
H A Dsetuids.d70 curthread->t_procp->p_parent->p_user.u_comm,
H A Dstacksize.d55 this->stkinfoptr = curthread->t_lwp->lwp_ustack;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Cpu/
H A Ddispqlen.d46 lquantize(curthread->t_cpu->cpu_disp->disp_nrunnable, 0, 64, 1);
H A Drunocc.d45 /curthread->t_cpu->cpu_disp->disp_nrunnable/
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/FS/
H A Dfspaging.d81 this->filistp = curthread->t_procp->p_user.u_finfo.fi_list;
H A Dfsrw.d77 this->filistp = curthread->t_procp->p_user.u_finfo.fi_list;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Misc/
H A Dguess.d100 /state == 3 && curthread->t_procp->p_parent->p_ppid == $pid && arg0 == 0/
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dcrash.d69 self->elapsed = timestamp - curthread->t_procp->p_mstart;
80 printf("LWPs: %d\n", curthread->t_procp->p_lwpcnt);
117 self->procp = curthread->t_procp;
H A Dmmapfiles.d48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
H A Dpathopens.d61 this->path = curthread->t_procp->p_user.u_cdir->v_path;
H A Dstacksize.d55 this->stkinfoptr = curthread->t_lwp->lwp_ustack;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/User/
H A Dsetuids.d70 curthread->t_procp->p_parent->p_user.u_comm,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.orthogonality.d42 /b[curthread->td_flags] == 0/
49 printf("value should be 0; value is %x!", b[curthread->td_flags]);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring3.d65 cpuid = curthread->t_cpu->cpu_id;
69 /curthread->t_cpu->cpu_id == cpuid && n < 100/
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d53 /this->owner != curthread/
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d46 /(self->done == 0) && (curthread->t_cpu->cpu_intr_actv == 0) /
50 (long long)curthread, pid, tid,
56 /(self->done == 0) && (curthread->t_cpu->cpu_intr_actv == 0) /
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);

Completed in 118 milliseconds

1234567891011>>