Searched refs:ttd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_numa.c65 struct thread *ttd; local
98 &ttd, &set);
109 vm_domain_policy_copy(&ttd->td_vm_dom_policy, &vp);
131 struct thread *ttd; local
139 &ttd, &set);
150 vm_domain_policy_localcopy(&vp, &ttd->td_vm_dom_policy);
H A Dkern_thr.c384 struct thread *ttd; local
400 FOREACH_THREAD_IN_PROC(p, ttd) {
401 if (ttd != td) {
405 tdksignal(ttd, uap->sig, &ksi);
412 ttd = tdfind((lwpid_t)uap->id, p->p_pid);
413 if (ttd == NULL)
420 tdksignal(ttd, uap->sig, &ksi);
421 PROC_UNLOCK(ttd->td_proc);
431 struct thread *ttd; local
455 FOREACH_THREAD_IN_PROC(p, ttd) {
550 struct thread *ttd; local
574 struct thread *ttd; local
[all...]
H A Dkern_cpuset.c1008 struct thread *ttd; local
1015 error = cpuset_which(uap->which, uap->id, &p, &ttd, &set);
1021 thread_lock(ttd);
1022 set = cpuset_refbase(ttd->td_cpuset);
1023 thread_unlock(ttd);
1064 struct thread *ttd; local
1077 error = cpuset_which(uap->which, uap->id, &p, &ttd, &set);
1086 thread_lock(ttd);
1087 set = cpuset_ref(ttd->td_cpuset);
1088 thread_unlock(ttd);
1163 struct thread *ttd; local
[all...]
H A Dkern_sig.c2055 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd) argument
2063 *ttd = td;
2065 *ttd = NULL;

Completed in 186 milliseconds