Home
last modified time | relevance | path

Searched refs:jea (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/kernel/
Djump_label.c37 const struct jump_entry *jea = a; in jump_label_cmp() local
43 if (jump_entry_key(jea) < jump_entry_key(jeb)) in jump_label_cmp()
46 if (jump_entry_key(jea) > jump_entry_key(jeb)) in jump_label_cmp()
54 if (jump_entry_code(jea) < jump_entry_code(jeb)) in jump_label_cmp()
57 if (jump_entry_code(jea) > jump_entry_code(jeb)) in jump_label_cmp()
66 struct jump_entry *jea = a; in jump_label_swap() local
68 struct jump_entry tmp = *jea; in jump_label_swap()
70 jea->code = jeb->code - delta; in jump_label_swap()
71 jea->target = jeb->target - delta; in jump_label_swap()
72 jea->key = jeb->key - delta; in jump_label_swap()