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

/freebsd-10.2-release/sys/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;
58 struct synclist **sl_pnext;
/freebsd-10.2-release/sys/kern/
H A Dvfs_subr.c234 LIST_HEAD(synclist, bufobj);
235 static struct synclist *syncer_workitem_pending;
1749 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td)
1802 struct synclist *next, *slp;

Completed in 111 milliseconds