Searched refs:hwrng_fill (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/char/hw_random/
H A Dcore.c36 static struct task_struct *hwrng_fill; variable in typeref:struct:task_struct
91 if (!hwrng_fill) {
92 hwrng_fill = kthread_run(hwrng_fillfn, NULL, "hwrng");
93 if (IS_ERR(hwrng_fill)) {
94 pr_err("hwrng_fill thread creation failed\n");
95 hwrng_fill = NULL;
522 hwrng_fill = NULL;
588 if (hwrng_fill)
589 kthread_stop(hwrng_fill);

Completed in 273 milliseconds