Searched refs:sh_memory (Results 1 – 1 of 1) sorted by relevance
704 * @sh_memory: pointer to service shared memory structure710 struct stratix10_svc_sh_memory *sh_memory) in svc_get_sh_memory() argument 716 init_completion(&sh_memory->sync_complete); in svc_get_sh_memory() 720 (void *)sh_memory, in svc_get_sh_memory() 730 if (!wait_for_completion_timeout(&sh_memory->sync_complete, 10 * HZ)) { in svc_get_sh_memory() 736 if (!sh_memory->addr || !sh_memory->size) { in svc_get_sh_memory() 743 (unsigned int)sh_memory->addr, in svc_get_sh_memory() 744 (unsigned int)sh_memory->size); in svc_get_sh_memory() 752 * @sh_memory758 svc_create_memory_pool(struct platform_device * pdev,struct stratix10_svc_sh_memory * sh_memory) svc_create_memory_pool() argument 1129 struct stratix10_svc_sh_memory *sh_memory; stratix10_svc_drv_probe() local [all...]