Lines Matching refs:mache_t
34 static void s390_enqueue_mchchk( mache_t *mchchk );
35 static mache_t *s390_dequeue_mchchk( void );
36 static void s390_enqueue_free_mchchk( mache_t *mchchk );
37 static mache_t *s390_dequeue_free_mchchk( void );
43 static mache_t *mchchk_queue_head = NULL;
44 static mache_t *mchchk_queue_tail = NULL;
45 static mache_t *mchchk_queue_free = NULL;
64 mache_t *pmache; /* machine check element pointer */ in s390_init_machine_check()
92 pmache = kmalloc( MAX_MACH_PENDING * sizeof( mache_t), GFP_KERNEL); in s390_init_machine_check()
101 pmache = (mache_t *)((unsigned long)pmache + sizeof(mache_t)); in s390_init_machine_check()
250 mache_t *pmache; in s390_machine_check_handler()
370 static mache_t *s390_dequeue_mchchk( void ) in s390_dequeue_mchchk()
372 mache_t *qe; in s390_dequeue_mchchk()
409 static void s390_enqueue_mchchk( mache_t *pmache ) in s390_enqueue_mchchk()
452 static void s390_enqueue_free_mchchk( mache_t *pmache ) in s390_enqueue_free_mchchk()
456 memset( pmache, '\0', sizeof( mache_t )); in s390_enqueue_free_mchchk()
481 static mache_t *s390_dequeue_free_mchchk( void ) in s390_dequeue_free_mchchk()
483 mache_t *qe; in s390_dequeue_free_mchchk()
517 mache_t *pmache = NULL; /* ptr to mchchk entry */ in s390_collect_crw_info()
582 memset( pmache, '\0', sizeof(mache_t)); in s390_collect_crw_info()
641 mache_t *pmache = NULL; /* ptr to mchchk entry */ in s390_post_warning()
647 memset( pmache, '\0', sizeof(mache_t) ); in s390_post_warning()