#include <linux/kernel.h>#include <linux/malloc.h>#include <linux/module.h>#include <asm/lowcore.h>#include <asm/s390_ext.h>Include dependency graph for s390_ext.c:

Go to the source code of this file.
Functions | |
| int | register_external_interrupt (__u16 code, ext_int_handler_t handler) |
| int | unregister_external_interrupt (__u16 code, ext_int_handler_t handler) |
| EXPORT_SYMBOL (register_external_interrupt) | |
| EXPORT_SYMBOL (unregister_external_interrupt) | |
Variables | |
| ext_int_info_t * | ext_int_hash [256] = { 0, } |
| ext_int_info_t | ext_int_info_timer |
| ext_int_info_t | ext_int_info_hwc |
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 27 of file s390_ext.c. References ext_int_info_t::code, EBUSY, ENOMEM, ext_int_info_t::handler, index, kmalloc(), ext_int_info_t::next, NULL, and p. Referenced by __initfunc(), dasd_diag_init(), hwc_init(), iucv_register_program(), and smp_boot_cpus(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 54 of file s390_ext.c. References ext_int_info_t::code, ENOENT, ext_int_info_t::handler, index, kfree(), ext_int_info_t::next, NULL, and p. Referenced by dasd_diag_cleanup(). Here is the call graph for this function: ![]() |
|
|
Definition at line 23 of file s390_ext.c. |
|
|
Definition at line 25 of file s390_ext.c. |
|
|
Definition at line 24 of file s390_ext.c. |