Searched refs:sync_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c127 struct sync_list { struct
210 struct sync_list slist[];
224 static void bus_dmamap_sync_sl(struct sync_list *sl, bus_dmasync_op_t op,
598 * variable-sized array of sync_list structures. Following that
605 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments;
954 struct sync_list *sl;
1039 struct sync_list *sl;
1255 bus_dmamap_sync_sl(struct sync_list *sl, bus_dmasync_op_t op,
1339 struct sync_list *sl, *end;
H A Dbusdma_machdep-v6.c104 struct sync_list { struct
186 struct sync_list slist[];
207 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op);
650 * variable-sized array of sync_list structures. Following that
657 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments;
1004 struct sync_list *sl;
1092 struct sync_list *sl;
1259 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op)
1322 struct sync_list *sl, *end;
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c120 struct sync_list { struct
140 struct sync_list slist[];
281 mapsize += sizeof(struct sync_list) * dmat->common.nsegments;
691 struct sync_list *sl;
761 struct sync_list *sl;
909 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op)
973 struct sync_list *sl, *end;
/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c101 struct sync_list { struct
153 struct sync_list *slist;
333 struct sync_list *slist;
951 struct sync_list *sl;
1219 struct sync_list *sl, *end;
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1545 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, next) {
1625 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) {
2097 TAILQ_INSERT_TAIL(&b->b_qs[q], st, sync_list);
2113 TAILQ_REMOVE(&b->b_qs[q], st, sync_list);
/freebsd-11-stable/sys/net/
H A Dpfvar.h723 TAILQ_ENTRY(pf_state) sync_list; member in struct:pf_state

Completed in 122 milliseconds