the i.MX6 processor family.
aboutsummaryrefslogblamecommitdiffstats
path: root/kernel/rtmutex-tester.c
blob: a56f629b057a75be4ff0428d265b8c833886dd85 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                         






                           
                          


















                                                                
                                                        











                                                                                                
                                                







                                                                                   






                                 





































































































































































































                                                                                
                        














                                                              
                                



















                                                   

                                                                                        
 
                                    

                                    
                              




















                                                                














                                                                                



















                                                                

                                                                                       

                                    
                                
                         




























                                                                              
                         












































                                                                                 
/*
 * RT-Mutex-tester: scriptable tester for rt mutexes
 *
 * started by Thomas Gleixner:
 *
 *  Copyright (C) 2006, Timesys Corp., Thomas Gleixner <tglx@timesys.com>
 *
 */
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/smp_lock.h>
#include <linux/spinlock.h>
#include <linux/sysdev.h>
#include <linux/timer.h>
#include <linux/freezer.h>

#include "rtmutex.h"