Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/kernel/
Dsetup.c75 static struct resource __initdata res_cache[32]; variable
126 if (res_cache_next_free >= ARRAY_SIZE(res_cache)) { in add_physical_memory()
133 new = &res_cache[res_cache_next_free++]; in add_physical_memory()
151 if (res_cache_next_free >= ARRAY_SIZE(res_cache)) in add_reserved_region()
162 new = &res_cache[res_cache_next_free++]; in add_reserved_region()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c695 &sw_context->res_cache[res_type]; in vmw_cmd_res_check()
1106 &sw_context->res_cache[vmw_res_context]; in vmw_query_bo_switch_prepare()
1168 &sw_context->res_cache[vmw_res_context]; in vmw_query_bo_switch_commit()
1712 srf = vmw_res_to_srf(sw_context->res_cache[vmw_res_surface].res); in vmw_cmd_dma()
3961 memset(sw_context->res_cache, 0, sizeof(sw_context->res_cache)); in vmw_execbuf_process()
Dvmwgfx_drv.h307 struct vmw_res_cache_entry res_cache[vmw_res_max]; member