Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_sync.h22 struct synclist *sm_sl; /* back pointer to parent */
56 typedef struct synclist { struct
57 struct synclist *sl_next; argument
58 struct synclist **sl_pnext; argument
/f-stack/freebsd/kern/
H A Dvfs_subr.c263 LIST_HEAD(synclist, bufobj);
264 static struct synclist *syncer_workitem_pending;
2557 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td) in sync_vnode()
2610 struct synclist *next, *slp; in sched_sync()