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
104 if (!hwrng_fill) {
105 hwrng_fill = kthread_run(hwrng_fillfn, NULL, "hwrng");
106 if (IS_ERR(hwrng_fill)) {
107 pr_err("hwrng_fill thread creation failed\n");
108 hwrng_fill = NULL;
539 hwrng_fill = NULL;
624 if (hwrng_fill)
625 kthread_stop(hwrng_fill);

Completed in 77 milliseconds