Searched refs:kn_next (Results 1 – 4 of 4) sorted by relevance
339 ntfy_list_tail->kn_next = nep; in crypto_notify_events()377 kcf_ntfy_elem_t *nextp = nep->kn_next; in crypto_unnotify_events()386 prevp->kn_next = nextp; in crypto_unnotify_events()445 for (nep = ntfy_list_head; nep != NULL; nep = nep->kn_next) in kcf_walk_ntfylist()448 for (nep = ntfy_list_head; (nep != NULL && nelem); nep = nep->kn_next) { in kcf_walk_ntfylist()
101 struct kobj_notify_list *kn_next; member
434 struct kcf_ntfy_elem *kn_next; member
997 knp->kn_next = NULL; in kobj_notify_add()1004 knp->kn_next = *knl; in kobj_notify_add()1020 if ((tknp = knp->kn_next) != NULL) in kobj_notify_remove()1024 tknp->kn_next = knp->kn_next; in kobj_notify_remove()1026 *knl = knp->kn_next; in kobj_notify_remove()1046 for (knp = *(kobj_notify_lookup(type)); knp != NULL; knp = knp->kn_next) in kobj_notify()