Searched refs:cmd_cache (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | uring_cmd.c | 45 if (io_alloc_cache_put(&req->ctx->cmd_cache, cache)) { in io_req_uring_cleanup() 196 ac = io_uring_alloc_async_data(&req->ctx->cmd_cache, req); in io_uring_cmd_prep_setup()
|
| H A D | io_uring.c | 292 io_alloc_cache_free(&ctx->cmd_cache, io_cmd_cache_free); in io_free_alloc_caches() 337 ret |= io_alloc_cache_init(&ctx->cmd_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
|
| /linux-6.15/include/linux/ |
| H A D | io_uring_types.h | 321 struct io_alloc_cache cmd_cache; member
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_rx.c | 554 struct ath12k_dp_rx_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath12k_dp_rx_reo_cmd_list_cleanup() local 565 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath12k_dp_rx_reo_cmd_list_cleanup() 567 list_del(&cmd_cache->list); in ath12k_dp_rx_reo_cmd_list_cleanup() 569 dma_unmap_single(ab->dev, cmd_cache->data.paddr, in ath12k_dp_rx_reo_cmd_list_cleanup() 570 cmd_cache->data.size, DMA_BIDIRECTIONAL); in ath12k_dp_rx_reo_cmd_list_cleanup() 571 kfree(cmd_cache->data.vaddr); in ath12k_dp_rx_reo_cmd_list_cleanup() 572 kfree(cmd_cache); in ath12k_dp_rx_reo_cmd_list_cleanup()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 671 struct dp_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath11k_dp_reo_cmd_list_cleanup() local 687 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath11k_dp_reo_cmd_list_cleanup() 689 list_del(&cmd_cache->list); in ath11k_dp_reo_cmd_list_cleanup() 691 rx_tid = &cmd_cache->data; in ath11k_dp_reo_cmd_list_cleanup() 698 kfree(cmd_cache); in ath11k_dp_reo_cmd_list_cleanup()
|