Home
last modified time | relevance | path

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

/linux/arch/xtensa/kernel/
H A Dsmp.c470 struct flush_data { struct
498 struct flush_data *fd = arg; in ipi_flush_tlb_page()
504 struct flush_data fd = { in flush_tlb_page()
513 struct flush_data *fd = arg; in ipi_flush_tlb_range()
520 struct flush_data fd = { in flush_tlb_range()
530 struct flush_data *fd = arg; in ipi_flush_tlb_kernel_range()
536 struct flush_data fd = { in flush_tlb_kernel_range()
557 struct flush_data *fd = arg; in ipi_flush_cache_page()
564 struct flush_data fd = { in flush_cache_page()
574 struct flush_data *fd = arg; in ipi_flush_cache_range()
[all …]
/linux/block/
H A Dblk-mq.c1801 struct flush_busy_ctx_data *flush_data = data; in flush_busy_ctx() local
1802 struct blk_mq_hw_ctx *hctx = flush_data->hctx; in flush_busy_ctx()
1807 list_splice_tail_init(&ctx->rq_lists[type], flush_data->list); in flush_busy_ctx()