Lines Matching refs:p_random_alg_context
137 while (!p_random_alg_context->ra_seeded()) { in randomdev_wait_until_seeded()
139 p_random_alg_context->ra_pre_read(); in randomdev_wait_until_seeded()
144 error = tsleep(p_random_alg_context, slpflags, "randseed", in randomdev_wait_until_seeded()
177 p_random_alg_context->ra_pre_read();
180 if (!p_random_alg_context->ra_seeded()) {
212 p_random_alg_context->ra_read(random_buf, read_len);
227 error = tsleep_sbt(p_random_alg_context, PCATCH,
263 p_random_alg_context->ra_pre_read();
269 if (__predict_false(!p_random_alg_context->ra_seeded())) {
288 p_random_alg_context->ra_read(random_buf, len);
294 return (p_random_alg_context->ra_seeded());
321 p_random_alg_context->ra_event_processor(&event); in randomdev_accumulate()
357 if (p_random_alg_context->ra_seeded()) in randomdev_poll()
371 wakeup(p_random_alg_context); in randomdev_unblock()