Searched refs:tcmu_flush_dcache_range (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/target/ |
D | target_core_user.c | 658 static inline void tcmu_flush_dcache_range(void *vaddr, size_t size) in tcmu_flush_dcache_range() function 826 tcmu_flush_dcache_range(mb, sizeof(*mb)); in is_ring_space_avail() 971 tcmu_flush_dcache_range(hdr, sizeof(*hdr)); in ring_insert_padding() 974 tcmu_flush_dcache_range(mb, sizeof(*mb)); in ring_insert_padding() 1123 tcmu_flush_dcache_range(entry, command_size); in queue_cmd_ring() 1126 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_cmd_ring() 1189 tcmu_flush_dcache_range(entry, cmd_size); in queue_tmr_ring() 1192 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_tmr_ring() 1455 tcmu_flush_dcache_range(mb, sizeof(*mb)); in tcmu_handle_completions() 1468 tcmu_flush_dcache_range(entry, ring_left < sizeof(*entry) ? in tcmu_handle_completions() [all …]
|