Linux Kernel
3.7.1
|
#include <linux/workqueue.h>
#include <linux/module.h>
#include <crypto/algapi.h>
#include <crypto/crypto_wq.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL_GPL (kcrypto_wq) | |
module_init (crypto_wq_init) | |
module_exit (crypto_wq_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Workqueue for crypto subsystem") | |
Variables | |
struct workqueue_struct * | kcrypto_wq |
EXPORT_SYMBOL_GPL | ( | kcrypto_wq | ) |
MODULE_DESCRIPTION | ( | "Workqueue for crypto subsystem" | ) |
module_exit | ( | crypto_wq_exit | ) |
module_init | ( | crypto_wq_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
struct workqueue_struct* kcrypto_wq |
Definition at line 19 of file crypto_wq.c.