Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Djump_label.c629 struct static_key_mod *jlm, *jlm2; in jump_label_add_module() local
657 jlm2 = kzalloc(sizeof(struct static_key_mod), in jump_label_add_module()
659 if (!jlm2) { in jump_label_add_module()
664 jlm2->mod = __module_address((unsigned long)key); in jump_label_add_module()
666 jlm2->entries = static_key_entries(key); in jump_label_add_module()
667 jlm2->next = NULL; in jump_label_add_module()
668 static_key_set_mod(key, jlm2); in jump_label_add_module()