Searched refs:jlm (Results 1 – 1 of 1) sorted by relevance
654 if (!jlm) in jump_label_add_module()660 kfree(jlm); in jump_label_add_module()671 jlm->mod = mod; in jump_label_add_module()672 jlm->entries = iter; in jump_label_add_module()709 while (jlm && jlm->mod != mod) { in jump_label_del_module()710 prev = &jlm->next; in jump_label_del_module()711 jlm = jlm->next; in jump_label_del_module()715 if (WARN_ON(!jlm)) in jump_label_del_module()721 *prev = jlm->next; in jump_label_del_module()723 kfree(jlm); in jump_label_del_module()[all …]
Completed in 6 milliseconds