Lines Matching defs:softint
75 * pool is limited to thread and softint context and serialized
142 struct evcnt softint;
210 static void *entropy_sih __read_mostly; /* softint handler */
451 * Establish the softint at the highest softint priority level.
457 panic("unable to establish entropy softint");
489 evcnt_attach_dynamic(&ec->ec_evcnt->softint, EVCNT_TYPE_MISC, NULL,
490 cpuname, "entropy softint");
517 evcnt_detach(&ec->ec_evcnt->softint);
982 * instance. Schedule a softint to stir the entropy pool if
985 * Using this in thread or softint context with no spin locks held
1033 * truncated, schedule a softint to stir the pool and stop.
1059 /* Schedule a softint if we added anything and it matters. */
1097 ec->ec_evcnt->softint.ev_count++;
1490 * ENTROPY_WAIT is not set, allowed also in softint context -- may
2126 * sample buffer is full, schedule a softint and drop any
2131 * called in thread context or softint context with spin locks
2170 * schedule a softint and drop any additional data on the floor.