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

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

Completed in 15 milliseconds