Searched refs:tcmu_flush_dcache_range (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/target/ |
D | target_core_user.c | 656 static inline void tcmu_flush_dcache_range(void *vaddr, size_t size) in tcmu_flush_dcache_range() function 824 tcmu_flush_dcache_range(mb, sizeof(*mb)); in is_ring_space_avail() 969 tcmu_flush_dcache_range(hdr, sizeof(*hdr)); in ring_insert_padding() 972 tcmu_flush_dcache_range(mb, sizeof(*mb)); in ring_insert_padding() 1121 tcmu_flush_dcache_range(entry, command_size); in queue_cmd_ring() 1124 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_cmd_ring() 1187 tcmu_flush_dcache_range(entry, cmd_size); in queue_tmr_ring() 1190 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_tmr_ring() 1454 tcmu_flush_dcache_range(mb, sizeof(*mb)); in tcmu_handle_completions() 1467 tcmu_flush_dcache_range(entry, ring_left < sizeof(*entry) ? in tcmu_handle_completions() [all …]
|