Searched refs:ext_int_info_t (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Ds390_ext.h17 typedef struct ext_int_info_t { struct
18 struct ext_int_info_t *next;
21 } ext_int_info_t; typedef in typeref:struct:ext_int_info_t
23 extern ext_int_info_t *ext_int_hash[];
27 ext_int_info_t *info);
30 ext_int_info_t *info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ds390_ext.c30 ext_int_info_t *ext_int_hash[256] = { NULL, };
39 ext_int_info_t *p;
42 p = kmalloc(sizeof(ext_int_info_t), GFP_ATOMIC);
54 ext_int_info_t *p)
70 ext_int_info_t *p, *q;
93 ext_int_info_t *p)
95 ext_int_info_t *q;
118 ext_int_info_t *p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dfault.c473 static ext_int_info_t ext_int_pfault;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp.c29 static ext_int_info_t ext_int_info_hwc;

Completed in 171 milliseconds