Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c82 struct sync_list { struct
103 struct sync_list slist[]; argument
226 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap()
563 struct sync_list *sl; in bounce_bus_dmamap_load_phys()
632 struct sync_list *sl; in bounce_bus_dmamap_load_buffer()
768 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync()
832 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
/freebsd/sys/arm/arm/
H A Dbusdma_machdep.c94 struct sync_list { struct
155 struct sync_list slist[];
163 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op);
568 * variable-sized array of sync_list structures. Following that in allocate_map()
575 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments; in allocate_map()
859 struct sync_list *sl; in _bus_dmamap_addseg()
950 struct sync_list *sl; in _bus_dmamap_load_phys()
1116 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op)
1179 struct sync_list *sl, *end; in dma_dcache_sync()
95 vaddrsync_list global() argument
96 paddrsync_list global() argument
97 pagessync_list global() argument
98 datacountsync_list global() argument
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c88 struct sync_list { struct
113 struct sync_list slist[]; argument
368 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap()
727 struct sync_list *sl; in bounce_bus_dmamap_load_phys()
809 struct sync_list *sl; in bounce_bus_dmamap_load_buffer()
965 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync()
1029 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c1989 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, next) { in pfsync_drop()
2101 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) { in pfsync_sendout()
2649 TAILQ_INSERT_TAIL(&b->b_qs[q], st, sync_list); in pfsync_q_ins()
2665 TAILQ_REMOVE(&b->b_qs[q], st, sync_list); in pfsync_q_del()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c2932 list_t *sync_list = &itxg->itxg_itxs->i_sync_list; in zil_get_commit_list() local
2940 if (!list_is_empty(sync_list)) in zil_get_commit_list()
2943 itx = list_head(sync_list); in zil_get_commit_list()
2944 list_move_tail(commit_list, sync_list); in zil_get_commit_list()
/freebsd/sys/net/
H A Dpfvar.h1182 TAILQ_ENTRY(pf_kstate) sync_list;