Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_miscapi.c76 kcf_ntfy_elem_t *nep; in kcf_walk_ntfylist() local
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()
96 if (!(nep->kn_event_mask & event)) in kcf_walk_ntfylist()
99 mutex_enter(&nep->kn_lock); in kcf_walk_ntfylist()
100 nep->kn_state = NTFY_RUNNING; in kcf_walk_ntfylist()
101 mutex_exit(&nep->kn_lock); in kcf_walk_ntfylist()
114 mutex_enter(&nep->kn_lock); in kcf_walk_ntfylist()
115 nep->kn_state = NTFY_WAITING; in kcf_walk_ntfylist()
116 cv_broadcast(&nep->kn_cv); in kcf_walk_ntfylist()
[all …]
/f-stack/freebsd/kern/
H A Dvfs_export.c282 if (nep->ne4 != NULL) in vfs_free_addrlist()
284 if (nep->ne6 != NULL) in vfs_free_addrlist()
315 nep = mp->mnt_export; in vfs_export()
317 if (nep == NULL) { in vfs_export()
329 free(nep, M_MOUNT); in vfs_export()
330 nep = NULL; in vfs_export()
336 if (nep == NULL) { in vfs_export()
468 nep = mp->mnt_export; in vfs_export_lookup()
469 if (nep == NULL) in vfs_export_lookup()
482 rnh = nep->ne4; in vfs_export_lookup()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c296 fmd_serd_elem_t *sep, *nep; in fmd_serd_eng_gc() local
308 for (sep = list_head(&sgp->sg_list); sep != NULL; sep = nep) { in fmd_serd_eng_gc()
312 nep = list_next(&sgp->sg_list, sep); in fmd_serd_eng_gc()