HomeSort by: relevance | last modified time | path
    Searched refs:softint_schedule_cpu (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
intr.h 48 void softint_schedule_cpu(void *, struct cpu_info *);
  /src/sys/net/
pktqueue.c 430 softint_schedule_cpu(pq->pq_sih, ci);
501 softint_schedule_cpu(pq->pq_sih, ci);
  /src/sys/rump/librump/rumpkern/
intr.c 189 * Helper for softint_schedule_cpu()
405 softint_schedule_cpu(void *arg, struct cpu_info *ci_tgt) function
  /src/sys/kern/
kern_softint.c 528 * softint_schedule_cpu:
535 softint_schedule_cpu(void *arg, struct cpu_info *ci) function
  /src/sys/opencrypto/
crypto.c 1721 softint_schedule_cpu(crypto_ret_si, crp->reqcpu);
1749 softint_schedule_cpu(crypto_ret_si, krp->reqcpu);
  /src/sys/dev/hyperv/
vmbus.c 798 softint_schedule_cpu(sc->sc_msg_sih, ci);

Completed in 29 milliseconds