Home
last modified time | relevance | path

Searched refs:MAX_MACH_PENDING (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Ds390mach.h77 #define MAX_MACH_PENDING 1024 macro
/linux-2.4.37.9/include/asm-s390x/
Ds390mach.h77 #define MAX_MACH_PENDING 1024 macro
/linux-2.4.37.9/drivers/s390/
Ds390mach.c92 pmache = kmalloc( MAX_MACH_PENDING * sizeof( mache_t), GFP_KERNEL); in s390_init_machine_check()
98 for ( i=0; i < MAX_MACH_PENDING; i++) in s390_init_machine_check()