Searched refs:cmp_ex (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/s390/mm/ |
H A D | extable.c | 40 static int cmp_ex(const void *a, const void *b) cmp_ex() function 59 sort(start, finish - start, sizeof(*start), cmp_ex, NULL); sort_extable()
|
/linux-4.1.27/arch/alpha/mm/ |
H A D | extable.c | 32 static int cmp_ex(const void *a, const void *b) cmp_ex() function 48 cmp_ex, swap_ex); sort_extable()
|
/linux-4.1.27/arch/ia64/mm/ |
H A D | extable.c | 13 static int cmp_ex(const void *a, const void *b) cmp_ex() function 53 cmp_ex, swap_ex); sort_extable()
|
/linux-4.1.27/lib/ |
H A D | extable.c | 24 static int cmp_ex(const void *a, const void *b) cmp_ex() function 40 cmp_ex, NULL); sort_extable()
|
/linux-4.1.27/arch/x86/mm/ |
H A D | extable.c | 109 static int cmp_ex(const void *a, const void *b) cmp_ex() function 139 cmp_ex, NULL); sort_extable()
|
Completed in 218 milliseconds