Searched refs:ntfy_list_head (Results 1 – 1 of 1) sorted by relevance
42 static kcf_ntfy_elem_t *ntfy_list_head; variable86 for (nep = ntfy_list_head; nep != NULL; nep = nep->kn_next) in kcf_walk_ntfylist()89 for (nep = ntfy_list_head; (nep != NULL && nelem); nep = nep->kn_next) { in kcf_walk_ntfylist()