Searched refs:sync_list (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 83 struct sync_list { struct 103 struct sync_list slist[]; argument 243 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap() 621 struct sync_list *sl; in bounce_bus_dmamap_load_phys() 691 struct sync_list *sl; in bounce_bus_dmamap_load_buffer() 832 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync() 896 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | busdma_machdep.c | 99 struct sync_list { struct 159 struct sync_list slist[]; 167 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op); 632 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments; in allocate_map() 958 struct sync_list *sl; in _bus_dmamap_load_phys() 1050 struct sync_list *sl; in _bus_dmamap_load_buffer() 1221 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync() 1284 struct sync_list *sl, *end; in bus_dmamap_sync()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | busdma_bounce.c | 86 struct sync_list { struct 107 struct sync_list slist[]; argument 386 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap() 788 struct sync_list *sl; in bounce_bus_dmamap_load_phys() 871 struct sync_list *sl; in bounce_bus_dmamap_load_buffer() 1027 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync() 1091 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | if_pfsync.c | 1769 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, next) { in pfsync_drop() 1881 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) { in pfsync_sendout() 2425 TAILQ_INSERT_TAIL(&b->b_qs[q], st, sync_list); in pfsync_q_ins() 2441 TAILQ_REMOVE(&b->b_qs[q], st, sync_list); in pfsync_q_del()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 2692 list_t *sync_list = &itxg->itxg_itxs->i_sync_list; in zil_get_commit_list() local 2700 if (!list_is_empty(sync_list)) in zil_get_commit_list() 2703 itx = list_head(sync_list); in zil_get_commit_list() 2704 list_move_tail(commit_list, sync_list); in zil_get_commit_list()
|
| /freebsd-14.2/sys/net/ |
| H A D | pfvar.h | 1046 TAILQ_ENTRY(pf_kstate) sync_list;
|