HomeSort by: relevance | last modified time | path
    Searched defs:softint_schedule (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
intr.c 227 softint_schedule(si);
376 softint_schedule(void *arg) function
396 * Like softint_schedule(), except schedule softint to be handled on
399 * Unlike softint_schedule(), the performance is not important
415 softint_schedule(si);
  /src/sys/kern/
kern_softint.c 389 if ((ipi_id = ipi_register(softint_schedule, sih)) == 0) {
486 * softint_schedule:
493 softint_schedule(void *arg) function
542 * softint_schedule() for the local CPU or send an IPI to invoke
567 softint_schedule(arg);

Completed in 16 milliseconds