Searched refs:td_proc (Results 126 - 150 of 282) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/powerpc/powerpc/
H A Dtrap.c226 p = td->td_proc;
608 curthread->td_proc->p_pid, curthread->td_name);
665 p = td->td_proc;
776 p = td->td_proc;
/freebsd-13-stable/sys/sys/
H A Dpcpu.h229 #define curproc (curthread->td_proc)
/freebsd-13-stable/sys/dev/snp/
H A Dsnp.c262 error = ttyhook_register(&ss->snp_tty, td->td_proc,
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c487 td->td_proc->p_comm, __func__,
491 td->td_proc->p_comm, __func__);
544 p = td->td_proc;
589 PROC_UNLOCK(td->td_proc);
H A Dvm_machdep.c123 bcopy(&td1->td_proc->p_md, mdp2, sizeof(*mdp2));
/freebsd-13-stable/sys/arm64/arm64/
H A Delf32_machdep.c167 p = td->td_proc;
H A Dmachdep.c241 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) {
264 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) {
845 p = td->td_proc;
883 PROC_UNLOCK(td->td_proc);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_util.c117 p = td->td_proc;
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_syscall.c122 p = td->td_proc;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c184 p = td->td_proc;
458 if (td->td_proc->p_md.md_ldt != NULL)
510 p = td->td_proc;
600 p = td->td_proc;
H A Dlinux_ptrace.c134 pem = pem_find(td->td_proc);
352 pem = pem_find(td->td_proc);
H A Dlinux_machdep.c200 struct proc *p = td->td_proc;
/freebsd-13-stable/sys/netsmb/
H A Dsmb_subr.c78 p = td->td_proc;
/freebsd-13-stable/sys/kern/
H A Dtty.c434 p = td->td_proc;
1683 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc))
1693 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc))
1792 if (!tty_is_ctty(tp, td->td_proc))
1801 if (!tty_is_ctty(tp, td->td_proc))
1808 return (tty_drop_ctty(tp, td->td_proc));
1810 struct proc *p = td->td_proc;
1874 if (pg == NULL || pg->pg_session != td->td_proc->p_session) {
1885 if (!tty_is_ctty(tp, td->td_proc)) {
1971 if (!tty_is_ctty(tp, td->td_proc)
[all...]
H A Dkern_intr.c975 KASSERT(td->td_proc != NULL, ("ithread %s has no process", ie->ie_name));
989 CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, td->td_proc->p_pid,
995 __func__, td->td_proc->p_pid, td->td_name, it->it_need, td->td_state);
1230 p = td->td_proc;
1532 db_printf("(pid %d)", it->it_thread->td_proc->p_pid);
H A Dkern_umtx.c871 key->info.private.vs = td->td_proc->p_vmspace;
875 map = &td->td_proc->p_vmspace->vm_map;
891 key->info.private.vs = td->td_proc->p_vmspace;
1429 MPASS(td1->td_proc->p_magic == P_MAGIC);
1508 MPASS(td->td_proc != NULL);
1509 MPASS(td->td_proc->p_magic == P_MAGIC);
1678 td1 = tdfind(owner, shared ? -1 : td->td_proc->p_pid);
1683 PROC_UNLOCK(td1->td_proc);
4053 map = &td->td_proc->p_vmspace->vm_map;
4605 KASSERT(td->td_proc
[all...]
H A Dtty_pts.c744 struct proc *p = td->td_proc;
798 struct proc *p = td->td_proc;
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c102 qp->pid = curthread->td_proc->p_pid;
380 dct->pid = curthread->td_proc->p_pid;
H A Dmlx5_cq.c151 cq->pid = curthread->td_proc->p_pid;
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c420 if (sc->sc_proc == td->td_proc) {
427 sc->sc_proc = td->td_proc;
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c358 p = td->td_proc;
489 p = td->td_proc;
625 if (td->td_proc->p_md.md_ldt != NULL)
1649 * components in it. If so just link td->td_proc here.
2061 PROC_LOCK_ASSERT(td->td_proc, MA_OWNED);
2073 PROC_LOCK_ASSERT(td->td_proc, MA_OWNED);
2234 P_SHOULDSTOP(td->td_proc),
2264 PROC_LOCK(curthread->td_proc);
2266 PROC_UNLOCK(curthread->td_proc);
H A Ddb_trace.c152 p = (td != NULL) ? td->td_proc : NULL;
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap_64.c601 curthread->td_proc->p_pid, curthread->td_proc->p_comm);
/freebsd-13-stable/sys/mips/mips/
H A Dgenassym.c73 ASSYM(TD_PROC, offsetof(struct thread, td_proc));
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c264 struct proc *p = td->td_proc;
377 struct proc *p = td->td_proc;
648 p = td->td_proc;
700 if (td->td_proc->p_md.md_ldt != NULL)

Completed in 403 milliseconds

1234567891011>>