Searched defs:setsoftint (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c81 * bug in setsoftint(exhaustion of interrupt pool free list).
83 * setsoftint. However, siron_pending stayed around, acting as a second
177 setsoftint(siron_inum[level-1]);
183 * kmdb uses siron (and thus setsoftint) while the world is stopped in order to
185 * DTrace from instrumenting kmdb's siron and setsoftint. We duplicate siron,
187 * implementation of setsoftint is complicated enough that we don't want to
189 * The meat of setsoftint() therefore goes into kdi_setsoftint, with
190 * setsoftint() implemented as a wrapper. This allows tracing, while still
203 setsoftint(uint64_t inum) function
227 setsoftint(inu
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c132 void (*setsoftint)(int, struct av_softinfo *)= variable
1485 setsoftint = av_set_softint_pending;

Completed in 80 milliseconds