Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_miscapi.c42 static kcf_ntfy_elem_t *ntfy_list_head; variable
86 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()