Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsmp.c460 struct flush_data { struct
488 struct flush_data *fd = arg; in ipi_flush_tlb_page()
494 struct flush_data fd = { in flush_tlb_page()
503 struct flush_data *fd = arg; in ipi_flush_tlb_range()
510 struct flush_data fd = { in flush_tlb_range()
520 struct flush_data *fd = arg; in ipi_flush_tlb_kernel_range()
526 struct flush_data fd = { in flush_tlb_kernel_range()
547 struct flush_data *fd = arg; in ipi_flush_cache_page()
554 struct flush_data fd = { in flush_cache_page()
564 struct flush_data *fd = arg; in ipi_flush_cache_range()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11n_rxreorder.c416 reorder_cnxt->priv->adapter->flush_data = MTRUE; in wlan_flush_data()
417 reorder_cnxt->ptr->flush_data = MTRUE; in wlan_flush_data()
781 if (rx_reor_tbl_ptr->flush_data) { in mlan_11n_rxreorder_pkt()
782 rx_reor_tbl_ptr->flush_data = MFALSE; in mlan_11n_rxreorder_pkt()
1378 if (rx_reor_tbl_ptr->flush_data) { in wlan_flush_priv_rxreorder_tbl()
1379 rx_reor_tbl_ptr->flush_data = MFALSE; in wlan_flush_priv_rxreorder_tbl()
H A Dmlan_shim.c1067 if (pmadapter->flush_data) { in mlan_rx_process()
1068 pmadapter->flush_data = MFALSE; in mlan_rx_process()
H A Dmlan_main.h1438 t_u8 flush_data;
2365 t_u8 flush_data;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n_rxreorder.c433 reorder_cnxt->priv->adapter->flush_data = MTRUE; in wlan_flush_data()
434 reorder_cnxt->ptr->flush_data = MTRUE; in wlan_flush_data()
811 if (rx_reor_tbl_ptr->flush_data) { in mlan_11n_rxreorder_pkt()
812 rx_reor_tbl_ptr->flush_data = MFALSE; in mlan_11n_rxreorder_pkt()
1432 if (rx_reor_tbl_ptr->flush_data) { in wlan_flush_priv_rxreorder_tbl()
1433 rx_reor_tbl_ptr->flush_data = MFALSE; in wlan_flush_priv_rxreorder_tbl()
H A Dmlan_shim.c947 if (pmadapter->flush_data) { in mlan_rx_process()
948 pmadapter->flush_data = MFALSE; in mlan_rx_process()
H A Dmlan_main.h1308 t_u8 flush_data; member
1739 t_u8 flush_data; member
/OK3568_Linux_fs/kernel/block/
H A Dkyber-iosched.c666 struct flush_kcq_data *flush_data = data; in flush_busy_kcq() local
667 struct kyber_ctx_queue *kcq = &flush_data->khd->kcqs[bitnr]; in flush_busy_kcq()
670 list_splice_tail_init(&kcq->rq_list[flush_data->sched_domain], in flush_busy_kcq()
671 flush_data->list); in flush_busy_kcq()
H A Dblk-mq.c1011 struct flush_busy_ctx_data *flush_data = data; in flush_busy_ctx() local
1012 struct blk_mq_hw_ctx *hctx = flush_data->hctx; in flush_busy_ctx()
1017 list_splice_tail_init(&ctx->rq_lists[type], flush_data->list); in flush_busy_ctx()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap.c1130 static int flush_data(struct dm_snapshot *s) in flush_data() function
1154 if (flush_data(s) < 0) { in merge_callback()
H A Ddm-integrity.c1407 static void dm_integrity_flush_buffers(struct dm_integrity_c *ic, bool flush_data) in dm_integrity_flush_buffers() argument
1414 flush_data = false; in dm_integrity_flush_buffers()
1415 if (flush_data) { in dm_integrity_flush_buffers()
1436 if (flush_data) in dm_integrity_flush_buffers()