sysrq_work
static struct sysrq_work ctrlchar_sysrq;
struct sysrq_work *sysrq = container_of(work, struct sysrq_work, work);
void schedule_sysrq_work(struct sysrq_work *sw)
void schedule_sysrq_work(struct sysrq_work *sw);
static struct sysrq_work sysrq;