Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/common/
Ddmabounce.c39 #define DO_STATS(X) do { X ; } while (0) macro
41 #define DO_STATS(X) do { } while (0) macro
252 DO_STATS ( device_info->map_op_count++ ); in map_single()
286 DO_STATS(dev->archdata.dmabounce->bounce_count++); in unmap_single()
387 DO_STATS(dev->archdata.dmabounce->bounce_count++); in __dmabounce_sync_for_cpu()
427 DO_STATS(dev->archdata.dmabounce->bounce_count++); in __dmabounce_sync_for_device()
474 DO_STATS(pool->allocs = 0); in dmabounce_init_pool()