/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_defer_bind.c | 79 atomic_add(os_mem.count, &dblock->num_free_pages);
in mali_mem_defer_alloc_mem() 80 atomic_add(os_mem.count, &session->mali_mem_allocated_pages);
in mali_mem_defer_alloc_mem() 235 atomic_add(1, &mali_dmem_man->num_dmem);
in mali_mem_defer_bind()
|
H A D | mali_memory_manager.c | 328 atomic_add(change_page_count, &session->mali_mem_allocated_pages); in mali_mem_resize() 575 atomic_add(mem_backend->os_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 577 atomic_add(mem_backend->block_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 579 atomic_add(mem_backend->secure_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 582 atomic_add(mem_backend->swap_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 583 atomic_add(mem_backend->swap_mem.count, &session->mali_mem_array[mem_backend->type]); in _mali_ukk_mem_allocate() 735 atomic_add(mem_backend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_backend->type]); in _mali_ukk_mem_bind() 895 atomic_add(args->range_size / MALI_MMU_PAGE_SIZE, &session->mali_mem_allocated_pages); in _mali_ukk_mem_cow() 942 atomic_add(args->change_pages_nr, &session->mali_mem_allocated_pages); in _mali_ukk_mem_cow_modify_range()
|
H A D | mali_memory_block_alloc.c | 97 atomic_add(1, &info->free_num); in mali_mem_block_allocator_create() 227 atomic_add(1, &info->free_num); in mali_mem_block_free_node() 252 atomic_add(1, &info->free_num); in mali_mem_block_unref_node()
|
H A D | mali_memory_os_alloc.c | 231 atomic_add(os_mem->count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages() 246 atomic_add(os_mem->count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages() 263 atomic_add(os_mem->count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages() 272 atomic_add(page_count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages()
|
H A D | mali_memory_swap_alloc.c | 362 atomic_add(1, &mali_mem_os_allocator.allocated_pages); in mali_mem_swap_alloc_swap_item() 905 atomic_add(1, &mem_bkend->mali_allocation->session->mali_mem_allocated_pages); in mali_mem_swap_cow_page_on_demand()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_defer_bind.c | 77 atomic_add(os_mem.count, &dblock->num_free_pages); in mali_mem_defer_alloc_mem() 78 atomic_add(os_mem.count, &session->mali_mem_allocated_pages); in mali_mem_defer_alloc_mem() 228 atomic_add(1, &mali_dmem_man->num_dmem); in mali_mem_defer_bind()
|
H A D | mali_memory_manager.c | 325 atomic_add(change_page_count, &session->mali_mem_allocated_pages); in mali_mem_resize() 574 atomic_add(mem_backend->os_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 576 atomic_add(mem_backend->block_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 578 atomic_add(mem_backend->secure_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 581 atomic_add(mem_backend->swap_mem.count, &session->mali_mem_allocated_pages); in _mali_ukk_mem_allocate() 582 atomic_add(mem_backend->swap_mem.count, &session->mali_mem_array[mem_backend->type]); in _mali_ukk_mem_allocate() 735 atomic_add(mem_backend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_backend->type]); in _mali_ukk_mem_bind() 894 atomic_add(args->range_size / MALI_MMU_PAGE_SIZE, &session->mali_mem_allocated_pages); in _mali_ukk_mem_cow() 941 atomic_add(args->change_pages_nr, &session->mali_mem_allocated_pages); in _mali_ukk_mem_cow_modify_range()
|
H A D | mali_memory_block_alloc.c | 100 atomic_add(1, &info->free_num); in mali_mem_block_allocator_create() 227 atomic_add(1, &info->free_num); in mali_mem_block_free_node() 252 atomic_add(1, &info->free_num); in mali_mem_block_unref_node()
|
H A D | mali_memory_os_alloc.c | 225 atomic_add(os_mem->count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages() 244 atomic_add(os_mem->count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages() 261 atomic_add(os_mem->count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages() 270 atomic_add(page_count, &mali_mem_os_allocator.allocated_pages); in mali_mem_os_alloc_pages()
|
H A D | mali_memory_swap_alloc.c | 363 atomic_add(1, &mali_mem_os_allocator.allocated_pages); in mali_mem_swap_alloc_swap_item() 916 atomic_add(1, &mem_bkend->mali_allocation->session->mali_mem_allocated_pages); in mali_mem_swap_cow_page_on_demand()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
H A D | atomic.h | 53 #define atomic_add(n, v) LOS_AtomicAdd(v, n) macro
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_event.c | 191 atomic_add(event_count, &ctx->event_count);
in kbase_event_post() 245 atomic_add(event_count, &kctx->event_count);
in kbase_event_cleanup()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_event.c | 207 atomic_add(event_count, &ctx->event_count); in kbase_event_post() 263 atomic_add(event_count, &kctx->event_count); in kbase_event_cleanup()
|
H A D | mali_kbase_mem_linux.c | 208 atomic_add(size, &kctx->permanent_mapped_pages); in kbase_phy_alloc_mapping_init() 787 atomic_add(alloc->nents, &kctx->kbdev->memdev.used_pages); in kbase_mem_evictable_unmark_reclaim() 819 atomic_add(gpu_alloc->nents, &kctx->evict_nents); in kbase_mem_evictable_make() 3138 atomic_add(pages, &kctx->nonmapped_pages);
|
H A D | mali_kbase_mem.c | 2231 atomic_add(nr_pages_requested, in kbase_alloc_phy_pages_helper() 2378 atomic_add(nr_pages_to_free, &kctx->used_pages); in kbase_alloc_phy_pages_helper() 2379 atomic_add(nr_pages_to_free, in kbase_alloc_phy_pages_helper() 2431 atomic_add(nr_pages_requested, in kbase_alloc_phy_pages_helper_locked() 4344 atomic_add(reg->gpu_alloc->nents, &kctx->evict_nents); in kbase_jit_free()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_event.c | 202 atomic_add(event_count, &ctx->event_count); in kbase_event_post() 258 atomic_add(event_count, &kctx->event_count); in kbase_event_cleanup()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_event.c | 197 atomic_add(event_count, &ctx->event_count); in kbase_event_post() 250 atomic_add(event_count, &kctx->event_count); in kbase_event_cleanup()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 259 atomic_add(rb_size, &timeline->bytes_collected); in kbasep_timeline_io_read()
|
H A D | mali_kbase_tlstream.c | 239 atomic_add(msg_size, &stream->bytes_generated);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 272 atomic_add(rb_size, &timeline->bytes_collected); in kbasep_timeline_io_read()
|
H A D | mali_kbase_tlstream.c | 263 atomic_add(msg_size, &stream->bytes_generated);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_atomic.h | 113 static inline void atomic_add(int i, oal_atomic *v) in atomic_add() function 118 __asm__ __volatile__("@ atomic_add\n" in atomic_add()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | linux_osl.c | 356 atomic_add(1, &osh->cmn->refcount); in osl_attach() 771 atomic_add(size, &osh->cmn->malloced); in osl_malloc() 786 atomic_add(size, &osh->cmn->malloced); in osl_malloc() 856 atomic_add(size, &osh->cmn->malloced); in osl_vmalloc()
|
H A D | linux_pkt.c | 226 atomic_add(pktalloced, &osh->cmn->pktalloced); in osl_pkt_frmnative()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_drv.c | 737 atomic_add(1, &rga2_service.cmd_num);
in rga2_copy_reg() 738 atomic_add(1, ®->session->task_running);
in rga2_copy_reg() 1039 atomic_add(num, &rga2_service.total_running);
in rga2_blit()
|