Searched refs:pc_idlethread (Results 1 – 10 of 10) sorted by relevance
182 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()
70 pc->pc_idlethread = td; in idle_setup()
376 td = pc->pc_idlethread; in show_pcpu()
963 gen[cpu] = pcpu->pc_idlethread->td_generation; in quiesce_cpus()972 while (gen[cpu] == pcpu->pc_idlethread->td_generation) { in quiesce_cpus()
365 if (td == pc->pc_idlethread) { in racct_getpcpu()
1168 pc->pc_curthread == pc->pc_idlethread) { in forward_wakeup()
179 struct thread *pc_idlethread; /* Idle thread */ member
198 ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
217 ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
256 pcpup->pc_curthread = pcpup->pc_idlethread; in init_secondary()