Searched refs:madvise (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/drm-shim/ |
| H A D | panfrost_noop.c | 108 struct drm_panfrost_madvise *madvise = arg; local in function:pan_ioctl_madvise 110 madvise->retained = 1;
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo_cache.c | 177 if (bo->funcs->madvise(bo, TRUE) <= 0) { 202 bo->funcs->madvise(bo, FALSE);
|
| H A D | freedreno_priv.h | 152 int (*madvise)(struct fd_bo *bo, int willneed); member in struct:fd_bo_funcs
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 175 if (bo->funcs->madvise(bo, TRUE) <= 0) { 200 bo->funcs->madvise(bo, FALSE);
|
| H A D | msm_bo.c | 150 .madvise = msm_bo_madvise,
|
| H A D | freedreno_priv.h | 155 int (*madvise)(struct fd_bo *bo, int willneed); member in struct:fd_bo_funcs
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 169 if (bo->funcs->madvise(bo, true) <= 0) { 197 bo->funcs->madvise(bo, false);
|
| H A D | msm_bo.c | 160 .madvise = msm_bo_madvise,
|
| H A D | freedreno_priv.h | 268 int (*madvise)(struct fd_bo *bo, int willneed); member in struct:fd_bo_funcs
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_bo.c | 130 .madvise = msm_bo_madvise,
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_bo.c | 129 .madvise = kgsl_bo_madvise,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_svga.c | 244 if (madvise(area, area_size, MADV_DONTFORK)) { 245 fprintf(stderr, "%s could not madvise memory: %s\n", __FUNCTION__, strerror(errno));
|
| H A D | vmw_screen_ioctl.c | 700 (void) madvise(map, region->size, MADV_HUGEPAGE);
|
Completed in 17 milliseconds