Lines Matching defs:softint
136 * restored by cpu_switchto if the softint blocks;
153 * softint():
192 typedef struct softint {
227 SDT_PROBE_DEFINE4(sdt, kernel, softint, establish,
233 SDT_PROBE_DEFINE1(sdt, kernel, softint, disestablish,
236 SDT_PROBE_DEFINE2(sdt, kernel, softint, schedule,
240 SDT_PROBE_DEFINE4(sdt, kernel, softint, entry,
246 SDT_PROBE_DEFINE4(sdt, kernel, softint, return,
280 "softint", si->si_name);
284 "softint", si->si_name_block);
411 SDT_PROBE4(sdt, kernel, softint, establish, sih, func, arg, flags);
423 * because we will wait for the softint to complete if it's still
451 * Run a dummy softint at the same level on all CPUs and wait for
452 * completion, to make sure this softint is no longer running
458 * Notify dtrace probe when the old softint can't be running
459 * any more, but before it can be recycled for a new softint.
461 SDT_PROBE1(sdt, kernel, softint, disestablish, arg);
489 SDT_PROBE2(sdt, kernel, softint, schedule, arg, /*ci*/NULL);
493 * to make it stop, consider that you are probably using a softint
544 SDT_PROBE2(sdt, kernel, softint, schedule, arg, ci);
594 SDT_PROBE4(sdt, kernel, softint, entry,
605 SDT_PROBE4(sdt, kernel, softint, return,
823 panic("softint screwup");