hwrng_fill         33 drivers/char/hw_random/core.c static struct task_struct *hwrng_fill;
hwrng_fill        164 drivers/char/hw_random/core.c 	if (current_quality == 0 && hwrng_fill)
hwrng_fill        165 drivers/char/hw_random/core.c 		kthread_stop(hwrng_fill);
hwrng_fill        166 drivers/char/hw_random/core.c 	if (current_quality > 0 && !hwrng_fill)
hwrng_fill        444 drivers/char/hw_random/core.c 	hwrng_fill = NULL;
hwrng_fill        450 drivers/char/hw_random/core.c 	hwrng_fill = kthread_run(hwrng_fillfn, NULL, "hwrng");
hwrng_fill        451 drivers/char/hw_random/core.c 	if (IS_ERR(hwrng_fill)) {
hwrng_fill        453 drivers/char/hw_random/core.c 		hwrng_fill = NULL;
hwrng_fill        534 drivers/char/hw_random/core.c 		if (hwrng_fill)
hwrng_fill        535 drivers/char/hw_random/core.c 			kthread_stop(hwrng_fill);