Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/drm2/
H A Ddrm_sysctl.c203 int i, mapcount; variable
212 mapcount = 0;
215 mapcount++;
218 tempmaps = malloc(sizeof(*tempmaps) * mapcount, DRM_MEM_DRIVER,
236 for (i = 0; i < mapcount; i++) {