Searched refs:get_cpu (Results 1 – 4 of 4) sorted by relevance
120 local_inc(&(per_cpu_ptr(chan->local, get_cpu())->refcount)); in dma_chan_get()130 local_dec(&(per_cpu_ptr(chan->local, get_cpu())->refcount)); in dma_chan_put()226 int cpu = get_cpu(); in dma_async_memcpy_buf_to_buf()250 int cpu = get_cpu(); in dma_async_memcpy_buf_to_pg()277 int cpu = get_cpu(); in dma_async_memcpy_pg_to_pg()
389 local_inc(&module->ref[get_cpu()].count); in __module_get()399 unsigned int cpu = get_cpu(); in try_module_get()412 unsigned int cpu = get_cpu(); in module_put()
124 #define get_cpu() ({ preempt_disable(); smp_processor_id(); }) macro
224 buf = chan->buf[get_cpu()]; in __relay_write()