Lines Matching defs:softint
53 struct softint {
63 struct softint *sip_parent;
147 struct softint *si;
202 struct softint *si;
216 * ok, now figure out which cpu we need the softint to
224 /* schedule ourselves there, and then schedule the softint */
238 * Create softint handler threads when the softint for each respective
240 * need at least half of the softint levels, so on-demand saves bootstrap
268 panic("softint thread create failed: %d", rv);
311 /* create deferred softint threads */
328 /* not one either, but at least a softint helper */
334 panic("softint cpu bouncer creation failed: %d", rv);
341 struct softint *si;
364 sitosip(struct softint *si, struct cpu_info *ci)
378 struct softint *si = arg;
396 * Like softint_schedule(), except schedule softint to be handled on
407 struct softint *si = arg;
420 * no? then it's softint turtles all the way down
441 struct softint *si = cook;