Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c182 pc->pc_curthread = pc->pc_idlethread; in init_secondary()
183 pc->pc_curpcb = pc->pc_idlethread->td_pcb; in init_secondary()
184 set_curthread(pc->pc_idlethread); in init_secondary()
/f-stack/freebsd/kern/
H A Dkern_idle.c70 pc->pc_idlethread = td; in idle_setup()
H A Dsubr_pcpu.c376 td = pc->pc_idlethread; in show_pcpu()
H A Dsubr_smp.c963 gen[cpu] = pcpu->pc_idlethread->td_generation; in quiesce_cpus()
972 while (gen[cpu] == pcpu->pc_idlethread->td_generation) { in quiesce_cpus()
H A Dkern_racct.c365 if (td == pc->pc_idlethread) { in racct_getpcpu()
H A Dsched_4bsd.c1168 pc->pc_curthread == pc->pc_idlethread) { in forward_wakeup()
/f-stack/freebsd/sys/
H A Dpcpu.h179 struct thread *pc_idlethread; /* Idle thread */ member
/f-stack/freebsd/i386/i386/
H A Dgenassym.c198 ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c217 ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c256 pcpup->pc_curthread = pcpup->pc_idlethread; in init_secondary()