a name='generator' content='cgit v1.2.2'/>
aboutsummaryrefslogblamecommitdiffstats
path: root/lib/sort.c
blob: 926d00429ed23901c288bc7b620a616ae90c2eff (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                   
                       
                       
 
                                                





                              
                                                    









                                          
   



                                   

                                               

                                                                      
                                                     







                                                                     

                                                      

                                                
                                                         
 

                                                                  


                                    

                                                       

                                                                                
                                          
                                                              
                                      
                                                            



                  
                                              
                                                

                                                      

                                                                                
                                          
                                                              
                                      
                                                            















                                        
                         

























                                                    
/*
 * A fast, small, non-recursive O(nlog n) sort for the Linux kernel
 *
 * Jan 23 2005  Matt Mackall <mpm@selenic.com>
 */

#include <linux/kernel.h>
#include <linux/module.h>