targetcpu 159 kern/dev/lamebus/lamebus.h void lamebus_assert_ipi(struct lamebus_softc *, struct cpu *targetcpu); targetcpu 160 kern/dev/lamebus/lamebus.h void lamebus_clear_ipi(struct lamebus_softc *, struct cpu *targetcpu); targetcpu 438 kern/thread/thread.c struct cpu *targetcpu; targetcpu 442 kern/thread/thread.c targetcpu = target->t_cpu; targetcpu 446 kern/thread/thread.c KASSERT(spinlock_do_i_hold(&targetcpu->c_runqueue_lock)); targetcpu 449 kern/thread/thread.c spinlock_acquire(&targetcpu->c_runqueue_lock); targetcpu 452 kern/thread/thread.c isidle = targetcpu->c_isidle; targetcpu 453 kern/thread/thread.c threadlist_addtail(&targetcpu->c_runqueue, target); targetcpu 459 kern/thread/thread.c ipi_send(targetcpu, IPI_UNIDLE); targetcpu 463 kern/thread/thread.c spinlock_release(&targetcpu->c_runqueue_lock);