Lines Matching +defs:d +defs:notify
243 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "entropy", "notify");
466 panic("unable to create entropy housekeeping thread: %d",
661 KASSERTMSG(error == 0, "error=%d", error);
865 bool notify = false;
884 * Decide whether to notify reseed -- we will do so if either:
890 notify |= (E->bitsneeded && E->bitsneeded <= nbits);
891 notify |= (nbits >= MINENTROPYBITS);
894 * Subtract from the needed count and notify if appropriate.
900 if (notify) {
1210 /* Acquire the lock to notify waiters. */
1241 /* Advance the epoch and notify waiters. */
1300 * the entropy epoch and notify waiters.
1553 printf("entropy: pid %d (%s) waiting for entropy(7)\n",
2020 rnd_delta_estimate(rnd_delta_t *d, uint32_t v, int32_t delta)
2027 delta2 = d->dx - delta;
2031 delta3 = d->d2x - delta2;
2035 d->x = v;
2036 d->dx = delta;
2037 d->d2x = delta2;
2054 rnd_delta_t *d;
2058 d = &rc->rc_timedelta;
2060 if (t < d->x) {
2061 delta = UINT32_MAX - d->x + t;
2063 delta = d->x - t;
2070 ret = rnd_delta_estimate(d, t, delta);
2072 KASSERT(d->x == t);
2073 KASSERT(d->dx == delta);
2785 * /etc/rc.d/random_seed. We accept the user's entropy