Lines Matching refs:p_random_alg_context
134 while (!p_random_alg_context->ra_seeded()) { in randomdev_wait_until_seeded()
136 p_random_alg_context->ra_pre_read(); in randomdev_wait_until_seeded()
141 error = tsleep(p_random_alg_context, slpflags, "randseed", in randomdev_wait_until_seeded()
174 p_random_alg_context->ra_pre_read(); in read_random_uio()
177 if (!p_random_alg_context->ra_seeded()) { in read_random_uio()
209 p_random_alg_context->ra_read(random_buf, read_len); in read_random_uio()
224 error = tsleep_sbt(p_random_alg_context, PCATCH, in read_random_uio()
260 p_random_alg_context->ra_pre_read(); in read_random()
266 if (__predict_false(!p_random_alg_context->ra_seeded())) { in read_random()
285 p_random_alg_context->ra_read(random_buf, len); in read_random()
291 return (p_random_alg_context->ra_seeded()); in is_random_seeded()
318 p_random_alg_context->ra_event_processor(&event); in randomdev_accumulate()
354 if (p_random_alg_context->ra_seeded()) in randomdev_poll()
368 wakeup(p_random_alg_context); in randomdev_unblock()