Lines Matching refs:next
623 struct static_key_mod *next; member
647 key->next = mod; in static_key_set_mod()
678 for (mod = static_key_mod(key); mod; mod = mod->next) { in __jump_label_mod_update()
752 jlm2->next = NULL; in jump_label_add_module()
758 jlm->next = static_key_mod(key); in jump_label_add_module()
796 prev = &key->next; in jump_label_del_module()
800 prev = &jlm->next; in jump_label_del_module()
801 jlm = jlm->next; in jump_label_del_module()
808 if (prev == &key->next) in jump_label_del_module()
809 static_key_set_mod(key, jlm->next); in jump_label_del_module()
811 *prev = jlm->next; in jump_label_del_module()
817 if (jlm->next == NULL) { in jump_label_del_module()