/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_debugfs.c | 65 struct dma_resv_list *fobj; local in function:qxl_debugfs_buffers_info 69 fobj = rcu_dereference(bo->tbo.base.resv->fence); 70 rel = fobj ? fobj->shared_count : 0;
|
qxl_debugfs.c | 65 struct dma_resv_list *fobj; local in function:qxl_debugfs_buffers_info 69 fobj = rcu_dereference(bo->tbo.base.resv->fence); 70 rel = fobj ? fobj->shared_count : 0;
|
/src/games/hack/ |
hack.Decl.c | 86 struct obj *fobj = 0, *fcobj = 0, *invent = 0, *uwep = 0, *uarm = 0, *uarm2 = 0, variable in typeref:struct:obj *
|
hack.Decl.c | 86 struct obj *fobj = 0, *fcobj = 0, *invent = 0, *uwep = 0, *uarm = 0, *uarm2 = 0, variable in typeref:struct:obj *
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fence.c | 384 struct dma_resv_list *fobj; local in function:nouveau_fence_sync 395 fobj = dma_resv_get_list(resv); 398 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { 417 if (!exclusive || !fobj) 420 for (i = 0; i < fobj->shared_count && !ret; ++i) { 424 fence = rcu_dereference_protected(fobj->shared[i],
|
nouveau_fence.c | 384 struct dma_resv_list *fobj; local in function:nouveau_fence_sync 395 fobj = dma_resv_get_list(resv); 398 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { 417 if (!exclusive || !fobj) 420 for (i = 0; i < fobj->shared_count && !ret; ++i) { 424 fence = rcu_dereference_protected(fobj->shared[i],
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo.c | 465 struct dma_resv_list *fobj; local in function:ttm_bo_flush_all_fences 469 fobj = dma_resv_get_list(&bo->base._resv); 474 for (i = 0; fobj && i < fobj->shared_count; ++i) { 475 fence = rcu_dereference_protected(fobj->shared[i],
|
ttm_bo.c | 465 struct dma_resv_list *fobj; local in function:ttm_bo_flush_all_fences 469 fobj = dma_resv_get_list(&bo->base._resv); 474 for (i = 0; fobj && i < fobj->shared_count; ++i) { 475 fence = rcu_dereference_protected(fobj->shared[i],
|