Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.h20 struct synclist *sm_sl; /* back pointer to parent */
54 typedef struct synclist { struct
55 struct synclist *sl_next; argument
56 struct synclist **sl_pnext; argument
/freebsd/sys/kern/
H A Dvfs_subr.c269 LIST_HEAD(synclist, bufobj);
270 static struct synclist *syncer_workitem_pending;
2966 sync_vnode(struct synclist *slp, struct bufobj **bo, struct thread *td) in sync_vnode()
3022 struct synclist *next, *slp; in sched_sync()