Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:48:30 |
Last Modify:2020-03-17 20:59:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:jump_label_sort_entries
Proto:static void jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct jump_entry * | start | |
struct jump_entry * | stop |
83 | void * swapfn = NULL |
85 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE) Then swapfn = jump_label_swap |
88 | size = (stop - start) / size of jump_entry |
90 | sort(start, size, size of jump_entry , jump_label_cmp, swapfn) |
Name | Describe |
---|---|
jump_label_init | |
jump_label_add_module |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |