Lines Matching defs:entropy
219 /* Start off with no entropy and just the name of the event. */
961 struct intr_entropy entropy;
979 * sources of entropy, then gather some.
982 entropy.event = (uintptr_t)ie;
983 entropy.td = ctd;
984 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_INTERRUPT);
1079 struct intr_entropy entropy;
1086 entropy.event = (uintptr_t)ih;
1087 entropy.td = curthread;
1088 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_SWI);