Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Djump_label.c664 struct static_key_mod *jlm, *jlm2; in jump_label_add_module() local
688 jlm = kzalloc(sizeof(struct static_key_mod), GFP_KERNEL); in jump_label_add_module()
689 if (!jlm) in jump_label_add_module()
695 kfree(jlm); in jump_label_add_module()
706 jlm->mod = mod; in jump_label_add_module()
707 jlm->entries = iter; in jump_label_add_module()
708 jlm->next = static_key_mod(key); in jump_label_add_module()
709 static_key_set_mod(key, jlm); in jump_label_add_module()
726 struct static_key_mod *jlm, **prev; in jump_label_del_module() local
742 jlm = static_key_mod(key); in jump_label_del_module()
[all …]